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

JQL: NOT IN or != Operators Removes Empty Values

XMLWordPrintable

      Using a NOT IN or != Operator in a JQL query will also remove Empty from the list of returned values, regardless of what the not matching is searching for.

      Example:

      ... fixVersion not in (6.0) ...

      Workaround:

      ... (fixVersion not in (6.0) OR fixVersion is EMPTY) ...

            Unassigned Unassigned
            160c4040fe59 hnryjms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: