The Title says is all.
I have a project with many sprints and need to create a list of sprints that have only the issues closed in a specific sprint.
Thanks for the input
I am trying some of these ideas now.
If you can, let us know what you came up with to solve your question. Interested to see different solutions to an issue. Thanks!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sprint = 6486 and status was in (Closed,Done) during ("2019-09-17 11:45", "2019-10-01 11:28") and issuetype != Sub-Task and resolution not in (Duplicate,Killed)
This should get you the same data for Confluence query as the Sprint Report. Note that you have to put in the status, issuetype and resolutions as per your configuration of Jira.
Sprint name still doesn't work as it has an issue with spaces even though you put it in quotes...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Another alternative to get deeper if you want to know which parent issues in all open sprints (if you run several teams with several concurrent sprints across any JIRA project) had a status change between a date range. You could further qualify this by adding a time block to the start/stop. Throw this at a pie chart to identify what went to QA and what went to Closed, for instance, in this range. This only works if the sprint is still open; else name the sprint by name like others above.
AND sprint in openSprints() AND status changed during (2015-08-22, 2015-09-04)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Similar to Arthur's comment
Get to the Advanced Search and start building statement similar to:
status WAS "closed" and sprint = "Sprint 18"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Shan,
You can run a JQL to search for the sprints you would like to. Please refer to this page for more details on how to achieve it.
-- Arthur Gonçalves
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.