Skip to end of banner
Go to start of banner

Progress Bar

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Measure your progress on issues with the custom field Progress Bar. This custom field is perfect for project managers and team leads who overlook issue progress. Instead of going into issue details, progress is shown as a filled-in line.

The progress bar is available as a custom field type. Progress bar colours defined in the app configuration are default values and used if there are no other configuration scheme contexts created.


Create and configure the custom field

To create and configure the Progress Bar custom field, you must be logged in as a user with Jira Administrator permissions.

  1. Go to SettingsIssuesCustom Fields

  2. Create a new custom field of type CFS - Progress Bar

  3. Add name and description

  4. Associate the field to the appropriate screens. You must associate a field to a screen before it will be displayed.

  5. Click on 1 Context and click Create, edit or delete contexts on the dialogue.

  6. Click Edit custom field config.

  7. Set the default progress bar color.

Steps 5, 6 and 7 are not required. You can use the default colour that is set in the app configuration screen.


Progress Bar JQL queries

CFS - Progress Bar can be used in JQL. It allows you to search for issues that include custom field values. To find issues that include progress bar values enter the "CustomField_Name". Below are a few useful examples.

"CFS - Issue Progress" = 75

Search for all issues with the progress 75%.

"CFS - Issue Progress" != 50

Search for all issues that don´t have the progress of 50%.

"CFS - Issue Progress" is EMPTY

Search for all issues where the custom field is empty. It is not related on issues where progress is 0%.

"CFS - Issue Progress" is not EMPTY

Search for all issues where the custom field is not empty. It will also filter all issues with the progress 0%.

"CFS - Issue Progress" < 75

Search for all issues with the progress lower than 75%.

"CFS - Issue Progress" <= 75

Search for all issues with the progress lower or eqal than 75%.

"CFS - Issue Progress" > 75

Search for all issues with the progress higher than 75%.

"CFS - Issue Progress" >= 75

Search for all issues with the progress higher or equal than 75%.

  • No labels