Passing muktiple checkbox value to sub-task

Jorge Gattas April 1, 2013

Hi.
Sorry for mi english, hope you understand me.
I have to transfer a value from a custom field (multiselect checkbox) to a sub-task.
Here is my code.

OptionsManager optionsManager = (OptionsManager)ComponentManager.getComponentInstanceOfType(OptionsManager.class);
valueOptionCheck = optionsManager.findByOptionId(new Long(13628));
cfCustomFieldCheck = cfCustomFieldManager.getCustomFieldObject(13619);
newIssue.setCustomFieldValue(cfCustomFieldCheck , valueOptionCheck);

But, when i set the values, throws a null in the log that i have
null error throws in the line newIssue.setCustomFieldValue(cfCustomFieldCheck , valueOptionCheck);
Hope you can help
thanks

(the checkbox has only two values, yes or no)

1 answer

0 votes
Gary
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 6, 2013

Hi Jorge,

With the OnDemand platform, we don't support java code in custom fields or comment fields. Are you using the standalone/btf version of JIRA possibly? If so, you would need to perform this using a third party plugin or at the filesystem level. If you are using OnDemand, we do not support third party plugins or access to the file system, so there is no known workaround for this. If you are using the standalone version of JIRA, you may want to try this plugin:

https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner

Cheers,

Gary

Suggest an answer

Log in or Sign up to answer