Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Dear Community
I create automate rule to transit issue B blocked by issue A to move automatically to in progress when issue A (blocking issue B) is moved to done as screen shot. I encountered the error and can't find the way to fix it. can you share your knowledge to solve my issue.
Thank you
Hello @Jedsada R_
What error are you getting?
I can see one potential problem.
Your rule is triggered by an issue transitioning to Done. When that happens you want to transition a linked issue to In Progress.
In your rule you have a Condition to check if the trigger issue has linked issues. But that does not change the focus of the rule to those linked issues. So in the next step where you try to transition an issue, the rule is still focused on the trigger issue and will try to transition that issue.
To change the focus to the linked issues you need to use a Branch step such as For Each: Related Issues: Linked Issues. Then next add the Transition Issue step within the branch.
I'm on my mobile so I cannot provide a screen image, but you might find examples among the Template rules you can find within the Automation feature. They are under a tab named Templates on the Automation page.
@Trudy Claspill thank you for your prompt response. this really enlighten me how to automate the flow.
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.
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.