-
Suggestion
-
Resolution: Unresolved
-
None
-
3
-
2
-
NOTE: This suggestion is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding suggestion.
Currently, the Organizations field only support the following operators:
=, !=, in, not in
It will be great if this field supports the following operators:
IS, IS NOT
So that we can use JQL filter such as Organizations IS EMPTY.
Workaround
For the empty validation, use Organizations = EMPTY, for not empty use Organizations != EMPTY
- links to
I agree that perhaps the wrong "context" was used on the field logical operators here. Also good to know there is a work-around.