Hi folks,
I’m trying to set up a Jira automation with the following logic:
When a Bug is created, check whether any Story, Task, or Sub-task on the same board has the same label. If a match is found, create a link from the Story/Task/Sub-task to the Bug using Link issue with the link type “causes.”
However, I’m not sure why this automation isn’t working. Could anyone help explain or advise? Thank you!
Hi @Sandy Hsieh,
I have been trying to reproduce your scenario, but this wasn't straightforward with only part of your automation rule included in your screenshot.
However, working with the lookup work items action caused me trouble too.
So I simplified the rule and decided to use a related work items / JQL branch instead of the advanced branch based off a smart value like you did:
I tested the above rule successfully in a test environment. Not that I also simplified a couple of things in comparison to your original rule for testing purposes (such as the check on labels).
Hope this helps!
Thanks so much—it’s working now! Could you share your thought process behind setting up this automation? I’m curious to understand the differences in approach. 🙏🏻
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.