I'd like to have a report/filter that compiles all issues that span more than 1 sprint. This will help give insight into items that were not estimated accurately or continue to get pushed off
I can't think of a way to search for issues that have been in multiple closed sprints, but if they've continued from a previously closed sprint, and are now in the current or a future sprint, you could use:
Sprint in closedSprints() and (Sprint in openSprints() or Sprint in futureSprints()) and issuetype in standardIssueTypes()
I think this would show current or future work that has been in at least one sprint and wasn't completed.
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.