filtering greater and lower than on version attributes includes other versions

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 4.4.4, 5.1.4
    • Component/s: None
    • 4.04

      Selecting/filtering issues by fix version e.g. (fixVersion >= "7.0.2.0.00" and fixVersion <= "7.0.2.0.06") doesn't work correctly.
      Selection includes extra issues with versions, that don't fit in specified condition (7.1 and 7.0.5). I found out that these were created between time period of creation of 7.0.2.00 and 7.0.2.0.06.
      There are following rows in jira.projectversion table (id; vname):
      10400;7.0.2.0.00
      10600;7.1
      11201;7.0.5
      11505;7.0.2.0.06
      I assume that some of your internal database select is based on "id" column instead od "vname" column provided in original condition.

            Assignee:
            Unassigned
            Reporter:
            Marek Sarnovsky
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: