Sort versions by the order configured on the Manage Versions page instead of their ID

XMLWordPrintable

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

      project = AAAA AND affectedVersion > "5.01.01"

      The above query will return result affectedVersion later than 5.01.01 (refer screenshot: later_than.png)

      project = AAAA AND affectedVersion < "6.01.01"

      The above query will return result affectedVersion older than 6.01.01 (refer screenshot: older_than.png)

      project = AAAA AND affectedVersion >= "5.01.01" AND affectedVersion < "6.01.01"

      The above query should have returned result affectedVersion later than 5.01.01 and older than 6.01.01 which is affectedVersion 5.01.x only. However, the result have issues with multiple affectedVersion, eg 3.13.01, 6.02.17 (refer screenshot: intersect.png)

        1. later_than.png
          32 kB
          Foong
        2. older_than.png
          28 kB
          Foong
        3. intersect.png
          25 kB
          Foong

            Assignee:
            Unassigned
            Reporter:
            Foong (Inactive)
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: