Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-73427

JQL "not in" not working as expected in some fields

XMLWordPrintable

      Issue Summary

      JQL "not in" not working as expected in some fields

      Steps to Reproduce

      1. Create a JQL filter such as:
        project = "PROJECT NAME" AND labels not in (test)
        

      Expected Results

      All tickets that do not have a label "test" should be returned.

      Actual Results

      No tickets are returned.

      Notes

      I was able to reproduce using the following fields:

      • Assignee
      • Labels
      • Request participants

      On the other hand, if we use the "in" condition it works as expected.

      project = "PROJECT NAME" AND labels in (test)
      

      Workaround

      None available so far.

              Unassigned Unassigned
              tbehm@atlassian.com Thiago Behm.
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: