Forums

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

How can I get the accumulated estimation time for all issues in one sprint?

Volker Thiel
Contributor
May 29, 2018

Hi

  • we've created several sprints with a lot of issues
  • all issues have filled estimation time

How can we get sum of all estimated issues for the sprint?

2 answers

0 votes
Moses Thomas
Community Champion
May 29, 2018

Other way,  make sure you  have the script  runner  plugin,  and time tracking  on , and this system field time tracking  is on the  screens(edit, view)

You  can  right the  JQL query  and you  have it.

project in ("Atlassian Team",......) AND Sprint  in(1250, ........) AND  issueFunction in aggregateExpression("Total Estimate for all Issues", "originalEstimate.sum()", "Remaining work", "remainingEstimate.sum()")

 

Best!

0 votes
Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2018

checkout this addon:

https://marketplace.atlassian.com/plugins/com.atlassian.cps.sumUp

or use a scripted field from a plugin.

Danyal Iqbal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 29, 2018

just saw that it is available by default as well:

Reports -> Burndown Chart and have the dropdown set to Original Time Estimate.

In the Backlog view,  it is showing under the items added to the sprint, where the right hand Estimate is the Original Time Estimate. (need to configure estimation statistic)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events