Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JMWE: Check if Multi select custom field contains any element from another list

Pangeel Shubha November 20, 2020

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_ 

 

1 answer

0 votes
Pangeel Shubha November 20, 2020

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.

Suggest an answer

Log in or Sign up to answer