alphanodes / additionals

Redmine plugin for easy customization of settings, text and content display by using personal or role-based dashboards (drag&drop), providing wiki macros and act as library for other plugins.
https://www.redmine.org/plugins/additionals
GNU General Public License v2.0
132 stars 43 forks source link

feature: add support to add multiple instance for a single filter #65

Open tainewoo opened 4 years ago

tainewoo commented 4 years ago

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.

tainewoo commented 4 years ago

Hi @alexandermeindl ,

hope u can consider this, currently the query of core Redmine is too simple, this feature will be useful for all to search issues according to different cases