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 community!
I have reviewed some posts from here but nothing works :/
I want to automate that, when an issue is updated, review its Epic Link and if it matches RTB or Run the business in its name, then add the "RTB" label on the updated issue.
I have created this automation, but when I run it, the Audit log indicates that no actions are performed.
Any idea about what's wrong?
@Luis Eder Rivera , Welcome to the Atlassian Community!
You are using the wrong JQL for this case.
The JQL you are using would only work if you were making a condition to read the updated issue itself.
Something like:
For Current Issue > IF > "Epic Link" = XXXXX
As you are using a related issue to fetch the associated Epic, in JQL you only need to put the Epic key. Something like this: key = EPIC_KEY
Like this:
The key needs to be the 'Epic Key'.
Hope this helps
Regards,
Fernando
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.