MultiSelectCF Question

Viktor Mirzoyan June 14, 2012

I'm trying to port a Jira v4.3 plugin to v5. From my understanding, there was a change made between 4.3 and 4.4 that affects how Options in multi optional customfields work. I'm currently extending the MultiSelectCFType class and populating data from an external database in the getVelocityParameters method. I create options as needed... "optionsManager.createOption(config, null, new Long(i), client); This works, but the selected value does not display on the issue view screen.

getSingularObjectFromString return null for me. Any tips or suggestions?

1 answer

0 votes
Jobin Kuruvilla [Adaptavist]
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.
June 15, 2012

How are you setting the value on the issue? You should set the option Id.

Suggest an answer

Log in or Sign up to answer