JQL: NOT IN or != Operators Removes Empty Values

XMLWordPrintable

    • 6.02

      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) ...

            Assignee:
            Unassigned
            Reporter:
            hnryjms
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: