Skip to main content
Skip table of contents

Calculated Progress Field (by sumUp)

sumUp progress fields allows you to get content visualized anywhere you need it: In your issue screen, issue navigator and even in our sumUp gadgets

The custom field offers 4 different styles:

  • Progress

  • Status Categories

  • Time Tracking

  • ∑ Time Spent

sumup progress field.png
grafik-20250514-074505.png

Configuration

Options

Explanation

Style

You can select one of the following styles:

  • Progress Style: The output will be grouped by the issues' resolution: Unresolved or Resolved.

  • Status Categories Style: The output will be grouped by the issues' status categories: To DoIn ProgressDone.

  • Time Tracking Style: The time tracking of the returned issues will be displayed, grouped by EstimatedRemaining and Logged time.

  • ∑ Time Spent Style: Works like the Time Tracking Style, but also includes all sub-tasks of the returned issues.

JQL

Enter a valid JQL to grab the issues that will be used for the calculation.

In addition to the normal JQL syntax, two additional tokens can be used:

  • currentIssueKey: Will be replaced with the key of the current issue where this custom field get's viewed at

  • currentProjectKey: Will be replaced with the project key of the current issue

Calculation rule

Select a calculation rule that has been previously created.

In addition you can select Number of issues which returns the numbers of issues returned by the JQL instead of calculating a specific field value.

Show empty values

By default, the custom field won't be displayed when there is no value.

When checked, the field will be displayed with value 0.

Permissions

You can specify several permissions for the custom field. If nothing is set, everybody will be able to view the custom field.

Once at least one permission is set, no one will be able to view the custom field except the selected ones.

📚 Example configurations

Current project progress

Style

Progress

JQL

CODE
project = currentProjectKey

sumUp Rule

Number of issues

Time Tracking (whole project)

Style

Time Tracking

JQL

CODE
project = currentProjectKey

sum

Up Rule

Not needed for style "Time Tracking"

Current project status

Style

Status Categories

JQL

CODE
project = currentProjectKey

sumUp Rule

Number of issues

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.