How To Use Rolled Up Estimate Fields in Jira
Agile Docs maintains a number of fields on each issue which are available for use in Jira.
Team Managed Projects
To expose these fields, go to Project Settings => Apps => App Fields and turn on Agile Docs - Estimate Tree for Jira.
Company Managed Projects
From the issue view click Configure
2. Click on your issue screen to edit it. It will look like this:
3. Add the fields you want (ie Story Point Total, Story Points Completed ect) to the screen
4. Add the fields to the issue view and click Save Changes
The fields should then appear inside issues
Rolled Up Estimate Fields
You’ll then have access to the following numerical fields in Jira on each issue:
| Story point total of issue |
| Story points completed in issue |
| Story point % progress of issue |
| Total time spent in issue |
| Total current estimate of issue. This corresponds to the total time spent + time remaining of the Issue |
| The total original estimate of an Issue |
| Time % progress of Issue. This corresponds to the time spent / current estimate of the Issue |
Once enabled, these fields can be configured to display inside each issue:
You can also use these fields in JQL queries.
For example, to find every issue with more than 40 story points completed, you could create a filter using the expression “Story Points Completed” > 40. You could also set the fields “Story Points Completed”, “Story Point Total” and “Story Point Progress” to display in your filter.