The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events