Add math-based operator functionality to fixVersion

XMLWordPrintable

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      As a software release engineer, I often need to search for our next release. I am able to do so using: fixVersion = earliestUnreleasedVersion("PROJECT")

      However, I also need to view tickets in the release after that (and after that). It would be nice to be able to have a dashboard for this without having to modify filters.

      Proposed solution: Implement math-based operators for fixVersion
      Next release: fixVersion = earliestUnreleasedVersion("PROJECT")
      Release after that: fixVersion = earliestUnreleasedVersion("PROJECT")+1
      OR
      fixVersion = earliestUnreleasedVersion("PROJECT", +1)

            Assignee:
            Unassigned
            Reporter:
            Luke Van Gorp
            Votes:
            7 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: