How can I modify the values of a checkbox field with ScriptRunner post function in Cloud?
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
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']]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.