Hi,
We have a custom field of Multi Select type. We would like to do the following:
(1) If options A, B or C are selected, project is PROJECT1
(2) If options D, E or F are selected, project is PROJECT2
Set the project variable as ["PROJECT1", "PROJECT2"] in Iterator
Create new issues in both projects.
We are using JMWE add-on.
Getting stuck at steps (1) and (2) in finding if the options contain any of the elements from the list. Please advise.
@David Fischer @Radhika Vijji _Innovalog_
I think I got it!!
In the contains any, I was using only "it" instead of "it.getvalue()" for the options of the custo field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.