I want to search for issues that were not completed and moved to another sprint. I know I can open reports of past sprints where I can see issues that were completed and those that weren't, but I don't want to go through each project and look at reports.
Is there a way to do this using jql in the issues tab search.
thanks
Hi Anas,
Unfortunately, there's no native JQL function to get issues that were not completed in a sprint and later added to a new one.
Assuming you were only interested in issues that belonged to a sprint at the very same moment of the sprint closure, and not in issues removed from a sprint after it had already started, then issues belonging to more than one sprint should kindo-of meet the requirement you are looking for.
The following workaround might help by saving some time:
Should step 1's filter return the maximum number of issues set (typically 1000 issues) you might need to add anything else to said filter in order to get a different set of issues.
Hope it helps.
Thank you so much Ignacio, the steps above did exactly what I was looking for!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad to help! :)
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Ignacio Pulgar this was very helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Ignacio Pulgar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Anas,
the default JQL functions don't have such options but there are a few apps that can help you:
Please note that there are currently a few restrictions in ScriptRunners JQL functions with regard to sprints.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Yanal Rahim
I don't know the jql part of the jira but maybe this might help you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot.
But this isn't exactly what I was looking for, as this returns issues that were moved between projects. I'm looking for issues that were not completed by sprint end, regardless of sprint.
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.