Add math-based operator functionality to fixVersion

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: JQL
    • Environment:
      JIRA 5.1.1

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? 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:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: