JQL Ability to retrieves issues that have lived through multiple sprints

XMLWordPrintable

    • 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

              Assignee:
              Unassigned
              Reporter:
              Fariba
              Votes:
              14 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: