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

Configuration

You can select one of the following styles:

Progress Style

When selected, the output will be grouped by the issues' resolution: Unresolved or Resolved.


Status Categories Style

When selected, the output will be grouped by the issues' status categories: To Do, In Progress, Done.


Time Tracking Style

When selected, the time tracking of the returned issues will be displayed, grouped by Estimated, Remaining and Logged time.


∑ Time Spent Style

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


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


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.


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

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


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


StyleProgress
JQL


project = currentProjectKey


sumUp RuleNumber of issues




StyleTime Tracking
JQL


project = currentProjectKey


sumUp Rule
Not needed for style "Time Tracking"




StyleStatus Categories
JQL


project = currentProjectKey


sumUp RuleNumber of issues