I have a checkbox custom field with 3 values (A, B, C). How can I check to see if A is checked?
custom field = A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am looking at something like
if (issue.customfield_123.value[0].checked) {
...
}
Are you using Automation For Jira?
JS and REST
Sorry, that's going to be outside of my expertise. :-(
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.