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

Allow 'NOT IN' operator to return empty values in JQL queries

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      According to jira documentation:

      The "NOT IN" operator will not match a field that has no value (i.e. a field that is empty). For example, assignee not in (jack,jill) will only match issues that have an assignee and the assignee is not "jack" or "jill". To find issues that are assigned to someone other than "jack" or "jill" or are unassigned, you would need to type: assignee not in (jack,jill) or assignee is empty.

      This is very frustrating, and besides that our users are not aware of this limitation (unless they dig in the doc which they never do) and thus complain that the query results are not correct.
      I would also believe that a 'not in' result should return non-match AND empty values.

              Unassigned Unassigned
              6cd6c1bc30cb Gaël NEUEZ
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: