Completed Story Points
On this page
Field configuration
Before starting the field configuration, please follow the instructions for creating custom fields
Step 1: Set a name and description
Provide a good name for the new custom field. Make it descriptive, concise, and easy to understand for others who will use it. Avoid using ambiguous or overly technical terms.
Step 2: Configure the field to calculate from
Select a Jira field to serve as the source for calculating the total or percentage value, which can be any number field such as Story Points.
Step 3: Setup size and color based on value
The field allows you to choose from a pre-defined set of field sizes.
You may also set different colors for different values.
Find out more: Feature spotlight | Choosing Color based on Value
Field view and edit
No edit mode
The values are derived from other issues, and users cannot modify the calculation settings.
However, users can access all related child issues by selecting 'Show JQL filter.
Not available in create issue
As you cannot edit the value manually, you can’t set it when creating a new issue. Better make sure it’s not displayed in die screen.
Preview
Related Use Cases
More use cases are coming soon. In the meantime, check out our other use cases.
Jira Service Management (JSM)
JQL expression
The sum field is an object type with a property Completed Story Points
.
${fieldName}.Completed Story Points: number
The percentage field is an object type with a property Completed Story Points Percent
.
${fieldName}.Completed Story Points Percent: number
Example 1: a search for all issues with more than 10 completed Story Points
"Progress.Completed Story Points" > 10
Example 2: a search for all issues with more than 90% completed Story Points
Data Structure (Automation)
To set the value via automation, you need the following object structure