You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.