Defect #32479
openIssue filter: operator not support "is + AND"
0%
Description
Currently the operator of issue filter "is" actually acts as "is + OR", if there are multiple values selected after the operator "is", the logical connection between different values is "OR", so just like "is any of the values".
But if we want to filter the issues, using is xxx AND xxx AND xxx...., it's not working, because the filter set only support one instance for one filter.
Such as, filter Affected version can only be added for one time, with one operator and one value.
Updated by Taine Woo about 5 years ago
the behavior of the operator for key/value list and also other enumeration with multiple value allowed, currently is "xxx of" actually, so actually if we need to filter them using as "all of", there is not operator for it.
The "is" filter (a.) should be named "is any of".
The "is not" filter (b.) should be named "empty or none of"
The "any" filter (c.) should be named "any of"
The "blank" filter (d.) is named correctly
And currently there is no AND filter, which could be named "all of". That's what I need.
Updated by Taine Woo almost 5 years ago
this is very important and useful for issues with fields multiple value allowed.
please help consider this implementation.