-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Issue - Fields
If I create a new custom field, let's name it "A" with options "1", "2", "3", and "4", I have no way of searching for issues like this:
"All issues which have A with either '1', '2' or '3'"
"All issues where A is not set (is null)"
Now I can only search:
"Issues where A IS 1"
"Issues where A IS 2"
"Issues where A IS 3"
"Issues where A IS 4"
"Issues where A IS ANY"