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: 

How to set checkbox values Scriptrunner cloud

Daniel Alonso
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 Champions.
May 9, 2019

How can I modify the values of a checkbox field with ScriptRunner post function in Cloud?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Kristian Walker _Adaptavist_
Community Champion
May 14, 2019

Hi Daniel,

Thank you for your question.

I have created some example code which shows how you can set a custom checkbox field on an issue during from the Script Console which can be viewed here.

This code will show you how to set a custom checkbox field and can be used as a reference to help create the post function script that you require.

If this answer has solved your issue can you please accept it in order to mark this answer as correct for users who are searching for a similar issue.

Regards,

Kristian

Daniel Alonso
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 Champions.
May 23, 2019

Thanks for your reply @Kristian Walker _Adaptavist_ , actually it was easier, I did it with this code:

 

issueInput.fields.customfield_10097 = [[value: '1'],[value:'2'],[value:'3'],[value:'4']]
TAGS
AUG Leaders

Atlassian Community Events