Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Workflow Validator - Multiselect Field (Cloud)

Fabian March 24, 2022

I currently setting up a workflow validator in Jira Cloud using Scriptrunner.

I was able to get the value of a single select field like this: issue.customfield_10040.value == 'Home' 

Now I'm trying to get the values of a multi select field but it's not working. 

I used issue.customfield_10039[0].value == "USA" but as the field can have up to 10 entries this seems not to be the right way. 

What am I doing wrong here? I hope somebody can help me.

 

Thank you.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 24, 2022

Multi-select fields hold arrays of values, even when there is only one selected.  You'll need to iterate through the array to find your value.  

Fabian March 24, 2022

@Nic Brough -Adaptavist- Thank you for your reply. Can I do this in a workflow validator. I could only saw the function in the Script Console.

TAGS
AUG Leaders

Atlassian Community Events