Hi,
I have custom field user picker with value.
I would like to compare it to the assignee in JQL/automation rule, I do not have script runner. any idea ?
In JIRA automation, you can reference the custom user picker filed by
{{issue.customfield_xxxxx.accountId}} and compare it to assignee using {{issue.assignee.accountId}}
this will be if condition that you can use
{{if(issue.customfield_xxxxx.accountId.equals(issue.assignee.accountId), "MATCH", "NO MATCH")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.