Quick filter does not work as expected

XMLWordPrintable

    • Type: Bug
    • Resolution: Not a bug
    • Priority: Low
    • None
    • Affects Version/s: None
    • Component/s: None

      In a scrum board, a quick filter that applies a subtraction condition to the filter that is set to the board does not work if this filter is using a field of type label.

      No quickfilter selected

      "NOT test label" quick filter selected

      Board Filter:

      project = Bug OR labels = test ORDER BY Rank ASC
      

      Quick Filter:

      labels != test
      

      When you click on that quickfilter all issues disappear from the board. You would expect everything but tickets with label=test to remain on the board.

      This behaviour seems to be inherited from JIRA JQL itself, as shown below:

      When looking for issues where project = Bug you have 6 results (condition A)

      When looking for issues where labels = test you have 3 results (condition B)

      When looking for A OR B you have 9 results

      When simulating a quickfilter to subtract issues "A" ((A OR B) - A), you'll have B as result - Everything good so far

      Now, when simulating a quickfilter to subtract issues "B" ((A OR B) - B), you'll have nothing where you'd expect 6 issues as a result

        1. JQL5.png
          JQL5.png
          14 kB
        2. JQL4.png
          JQL4.png
          7 kB
        3. JQL3.png
          JQL3.png
          6 kB
        4. JQL2.png
          JQL2.png
          4 kB
        5. JQL1.png
          JQL1.png
          5 kB
        6. Board2.png
          Board2.png
          20 kB
        7. Board1.png
          Board1.png
          24 kB

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

              Created:
              Updated:
              Resolved: