How to get all sprint wise completed issues list for whole project at once-Need help in writing query
Hello @Krishna Kumar Yara
Can you explain your reporting need in more detail, and provide an example?
Are you trying to get a list of the issues completed in each sprint, for all sprints for a project?
Normally on scrum board we see all userstories under active sprint and a backlog.
My requreiment is to see all closed sprints with list of completed userstories listed under it for complete project.
Sample requirement is shown below
1. userstory 1 - Complete
2. userstory 2 - Complete
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
From the Reports menu associated with the board you can access the Sprint Report. You can select one sprint at a time and view all the issues that were in it and which were completed.
There is not a native method to generate a single output set that shows each sprint and the issues completed in each. There may be a third party app in the Atlassian Marketplace that would enable you to get a single report with all the data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the Atlassian Community!
Have a look at the board configuration, and check out what status are mapped into the last column on the board.
Let's say you find "done", "closed" and "cancelled" as three status in that column, and your board is a simple "project = XYZ" board, then your query is
project = XYZ and status in (done, closed, cancelled)
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.