How to print the long name of Select List (multiple choices) ?

Oliver February 18, 2015

I'm using a Groovy post-function in my workflow and I want to have an automatic comment which prints out a Select List (multiple choice).

In the UI the custom field says "Test A - Test B" - exactly what I want.

However, when I print the field using:

(issue.get("customfield_13840"));

It returns:

[null:Test A - Test B]

I'm a bit stuck so any suggestions greatly appreciated! 

1 answer

0 votes
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.
February 18, 2015

I think this is something specific to Jira Misc Workflow Utilities? issue.get(x) points to something other than an Issue object, and I think JMWE uses a wrapper.

Suggest an answer

Log in or Sign up to answer