How do I get story point loaded in past sprints and completed during that sprint?
Usually a JQL like this will get you this:
project = project name and Sprint in closedSprints() and sprint in openSprints() and Status in (whichstatusisyourresolvedstate)
Then just add up the story points from all the issues.
Thank you Benjamin, for your reply. I am looking for a past sprint total SP load and sum of those completed during that sprint. e.g.
For project A, 'Sprint-1' was a sprint with sprint open date Jan 1, 2021 and Sprint closed date Jan 15, 2021.
I want to run a report today July 20, 2021. How do I get the number of story points Sprint-1 was loaded with and out of those how may story points were delivered (closed) in that Sprint-1?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kiran Bakshi ,
Once the sprint completes, you can actually pull the sprint report in the report section and select the sprint you want. It will indicate what was deliver and what wasn't. You can also pull the burn down chart and burn up chart to see how the sprint is doing while in progress.
-Ben
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.
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.