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