Hello. I am looking to create a JIRA Automation job to peform the following function. I am making progress but am having some troubles getting it to work properly.
I'm having trouble comparing the Assignee field between these two lists of issues. Appreciate any help you can offer.
Thanks
Kevin
Hi @kspeight
I am having trouble understanding what you are trying to accomplish.
Would you please post images of your rule (including JQL details, audit log, and conditions) and explain how it is not working as expected? That may provide more context for the community to offer suggestions Thanks!
Kind regards,
Bill
Hi @kspeight
Just checking in if you solved this issue already.
If not, have you tried comparing the {{triggerIssue.assignee}} to the {{lookupIssues.assignee}} using JQL? For example,
Hey, team!
There are open issues assigned to:
{{triggerIssue.assignee.displayName}}
and they are on leave!
Here are the issues:
<ul>
{{#lookupIssues}}
<li><a href="{{url}}">{{key}} - {{summary}}</a></li>
{{/}}
</ul>
Kind regards,
Bill
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.