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?
How are you setting the value on the issue? You should set the option Id.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.