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
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.
It looks like you're new here. Sign in or register to get started.