Hi
How can we get sum of all estimated issues for the sprint?
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!
checkout this addon:
https://marketplace.atlassian.com/plugins/com.atlassian.cps.sumUp
or use a scripted field from a plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.