Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to see total estimated points on a future sprint?

Tracy Soma November 16, 2018

Is there a way to see total estimated points on a future sprint?

1 answer

1 accepted

1 vote
Answer accepted
Troy Spetz
Contributor
November 16, 2018

We use JIRA 7.12 server version.

 

Yes it is possible, but you will need to purchase a license for the JIRA add-on Adaptavist Scriptrunner. Then you can do a JQL like the following:

project = <project name> AND sprint in futureSprints() AND issueFunction in aggregateExpression("Total points", "storyPoints.sum()")

 

This sums up all of the Story Points for issues assigned to future sprints.

 

You can also change 'futureSprints()' to a specific sprint number (e.g. '421'.)

Tracy Soma November 16, 2018

Thank you!  That makes sense and I will give it try.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events