-
Suggestion
-
Resolution: Duplicate
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Summary
When using category not in (value1,value2) JQL does not return results where projects don't have a value for a category.
Steps to Reproduce
- Create a few test projects.
- Create a project two categories i.e. test1 & test2.
- Add project a to category test1.
- Run a JQL query category not in (test2).
Expected Results
JQL query should return all results where category doesn't = test 2.
Actual Results
It only includes projects that are test1 and it excludes all projects that do not have a category specified.
Workaround
In order for it to work correctly you have to include category not in (test2) OR category is empty.
- duplicates
-
JRACLOUD-23030 Not equals operator (!=) excludes results with empty values in JQL
- Gathering Interest
- is related to
-
JRASERVER-47747 When using category not in it excludes projects with no category value.
- Closed