Groovy Runner, how to script a condition for a select list

Donncha Daly December 10, 2012

In the Groovy Runner 'Script Function' I am trying to use the 'Clone Issue and Links' function. In the 'Condition' field I am using the condition

cfValues['Doc Impact'] == 'Yes'

This works fine when 'Doc Impact' is a simple Text Field. However when 'Doc Impact' is a Select List, then the condition isn't evaluating correctly. How do I script a condition as above when using a Select List?

I'm sorry if the answer is something silly, but my scripting skills are very poor.

1 answer

1 accepted

5 votes
Answer accepted
JamieA
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.
December 10, 2012

cfValues['Doc Impact']*.value.contains('Yes')

Donncha Daly December 10, 2012

This woorks fine thanks

Suggest an answer

Log in or Sign up to answer