Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-22995

JQL query "fixVersion >= B AND fixVersion <= D" returns unexpected results

    XMLWordPrintable

Details

    Description

      Steps to reproduce:
      1. Create a project with versions A, B, C, D, and E (or 1, 2, 3, 4, 5, etc), A being the first version and E being the last.
      2. Create a six issues, the first with fix version as A, the second as B, and so on, then one with the fix version as A and E.
      3. In the Issue Navigator, run the following JQL query: fixVersion >= "B" AND fixVersion <= "D"

      Expected results:
      The issues with fix version B, C, and D are returned.

      Actual results:
      The issues with fix versions B, C, and D are indeed returned, but so is the issue with fix versions A and E.

      The same issue occurs if you use just < and > instead of >= and <=.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              nmason Nick Mason
              Votes:
              5 Vote for this issue
              Watchers:
              13 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: