How to use the first value of a cascading select in value field condition?

Nino Kienberg April 10, 2015

Hey there,

 

i have the following problem with JIRA Suite Utilities' Value Field Condition. I want to compare the parent value of a cascading select with an option_id, but i seem to fail with that. This seems to be a problem just with Parent Values, since a succeed with ChildValues. Is it just pure luck of mine that it works with the Child Values or is the way to compare Parent Values another?

Any hint is appreciated.

 

With kind regards

Nino

2 answers

0 votes
Paresh Gandhi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2015

Just found workaround -

If you are looking to add condition in the workflow then add it as

Add condition > Script condition

 

e.g.

Script workflow function : Simple scripted condition : Checks script:

cfValues['field name']?.values()*.value[0].contains("value")
0 votes
Pareshkumar Gandhi May 6, 2015

did you find any solution. I'm also facing same issue?

Suggest an answer

Log in or Sign up to answer