Measure your Track progress on tasks and user stories with the custom field Subtask Progress Bar Subtask. This custom field is perfect . Ideal for project managers and team leads who overlook issue progress. Instead of going into issue details, progress is shown , this field shows progress as a filled-in line.
...
, so you don't have to dig into issue details.
...
Create and configure the custom field
Note |
---|
To create and configure the Progress Bar Subtasks custom field, you must be logged in as a user with Jira Administrator permissions. |
Macrosuite divider macro | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Macrosuite divider macro | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
administrator permissions. |
Go to Apps → Manage your apps → Custom Field Suite Fields.
Click on Create custom field button on the right side of the screen.
Select Progress Bar Subtasks and click Next.
Name and add a description to your field then click Next.
Select a color and click Next.
Associate the field to the appropriate screens and click Create. You must associate a field to a screen before it will be displayed.
...
.
...
...
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%. |