The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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 Champions.
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?