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.
Hi there,
One of my service desk receives ticket from another external service desk.
I setup an auomation that copy the ticket reference to an external id field and it works fine.
What I'd like to do right now is :
1- When a new ticket comes
2- Search through existing tickets if I found one with the same reference
3- Add a comment to the looked up issue.
How can I perform an action over à looked up issue from {{lookupIssues}}
Thanks a lot,
Etienne
You could do this by instead branching on the JQL used in the lookup issues, or use an advanced branch on the keys found in the lookup.
Kind regards,
Bill
Thank you Bill, that's what I'm doing actually (see below).
But when I use the Add comment action, it will add comment on the main issue, not on lookupissues.
I dropped the add comment action waiting for a solution.
Kind regards,
Etienne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not show what is in your advanced branch as the source, and if it is lookup issues you may need to specify the keys.
The other way to do this is just with a branch:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A huge thank you Bill, I didn't see branches were JQL compatible !
Merci beaucoup !
Etienne
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.