-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
0
-
2
A JQL function that retrieves issues that have lived through multiple sprints that is including the open, closed, and future sprints.
This JQL project = XYZ AND status != Done AND sprint in (futureSprints(), closedSprints(),openSprints()) returns issues with one sprint also.
We would like a JQL function that retrieves issues only that have more than one sprint.
Workaround:
Sprint Report but if you have lots of sprints that will take a long time