Hi - I am using the Behaviours plugin and try to find a way to update the list of selection in a custom field base on another selection list option ( which is also a custom field)
I used the script that was provided https://jamieechlin.atlassian.net/wiki/display/JBHV/Miscellaneous+Behaviours+Examples#MiscellaneousBehavioursExamples-Addorremoveoptionstosingleormulti-selectfields
which works great with component(s) field. But if i use it on a custom filed ( select list), Although it get the value of the option from the optionlist,
GenericValue component = componentManager.getProjectManager().getComponent(Long.parseLong(componentId))
does not get the name of the option selection and i get component value = null.
what should i use to get the value of the custom option selected?
thanks in advance.
Nevermind. I got the answer for my question.
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.