Groovy (behaviours plugin) - check for single values in multi-select field

Christian Czaia _Decadis AG_
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.
July 17, 2012

Hey,

I guess my question is related to this one:

https://answers.atlassian.com/questions/70090/groovy-script-listener-conditional-with-multiselect-custom-field

I'm not sure how to check for single values in a multi-select custom field. Actually I want to check if all of my four values are checked. In any other case I want to set a help text and an addtional custom text field where people can explain why they haven't checkes all options.

I get the field and the string but I'm unsure about how to address a field option. In XML view for example it's the + <customfieldvalue key="10301">

Thanks for any help

Christian

1 answer

1 accepted

0 votes
Answer accepted
Harry Chan
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.
August 28, 2012

Hi, the customfield's getValue() method returns an Options - http://docs.atlassian.com/jira/latest/com/atlassian/jira/issue/customfields/option/Options.html. This is a list of Option values.

Suggest an answer

Log in or Sign up to answer