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.
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.