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

XMLWordPrintable

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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. intersect.png
          intersect.png
          25 kB
        2. later_than.png
          later_than.png
          32 kB
        3. older_than.png
          older_than.png
          28 kB

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

              Created:
              Updated:
              Resolved: