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
I am looking at something like
if (issue.customfield_123.value[0].checked) {
...
}
Are you using Automation For Jira?
JS and REST
It looks like you're new here. Sign in or register to get started.