I have various types of Producs defined in JIRA to be added to a JIRA issue type.
e.g. Product values A, B, C, D, E
I can do a multi-select and add one, few or all of the Products to a JiRA issue type.
I'm trying to set a filter query where i'll see as result all issue types, that have a combination of at least 2 of the Product values, e.g.
A and B
A and B and C
D and E
A and B and C and D
any idea?
Hi @Wind Tre
the only way way I know of is to create a scripted field to evaluate the number of options selected.
there is similar post here with more details
scripted fields are supported by scriptrunner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.