Vote #80530
未完了feature: add support to add multiple instance for a single filter
0%
説明
If i want to filter issues with filter of a multiple value allowed field, named "OS", it contains some of predefined values such as OS1, OS2, OS3...
If i want to filter issues has value OS1 AND OS2, with the feature, I can:
first add Filter "OS", operator "IS", value "OS1".
then add FIlter "OS" again, operator "IS", value "OS2".
And apply.
This will be useful for lots of usage.
Such as IS OS1 and IS NOT OS2
Contains string1 and not contains string2
...
it's very useful.
journals
I think it can be addressed with the following patch.
I consider it a necessary function.
http://www.redmine.org/issues/4939#note-56
--------------------------------------------------------------------------------