When i do the 'complete' sprint in backlog or active sprint, its says there are open issues, how to find the list of open issue.
Hi! @Ramesh Krishnan
Option 1
You can use a filter:
issuetype in (Task, Story, Sub-task, Bug) AND statusCategory != Done AND sprint in openSprints() ORDER BY created DESC
If you have more than one project or if you want to specify the sprint name, the filter can be:
project = 'X' AND Sprint = 'X' AND issuetype in (Task, Story, Sub-task, Bug) AND statusCategory != Done AND sprint in openSprints() ORDER BY created DESC
Where you can create the filter? I have a company managed project, I don't know how it is in a team managed project.
There is a menu at the top called Filters, create a new filter and insert what you need to search for, then you can export it if you want
Option 2
There is also an option called 'Issues', there you can insert the same filter that I mentioned above.
Option 3
Use quick filters, you can manage them from the backlog, More/Quick filters
You must have the necessary permission.
you can use the same query or even a simpler one:
issuetype in (Task, Story, Sub-task, Bug) AND statusCategory != Done ORDER BY created DESC
I had the similar issue recently. I pulled the issues for the sprint using JQL, this way it shows all the issues that are closed/open etc.
JQL --> sprint ="yourSprintName"
Hope that helps.
Thanks
Varsha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ramesh Krishnan,
The open issues are all issues that are not in the rightmost column of your board in the active sprint.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, i didnt get that. Where i can find the list of open issues, so that i can review and update the sprint and complete it
it shows current iteration there are number of open issues.
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.