-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
6.2.2
-
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) ...
- duplicates
-
JRASERVER-23030 Not equals operator (!=) excludes results with empty values
- Closed