Hi,
I'm new to Jira automations, I want to set up automation across two projects (to which I have access). When the status of a linked issue is updated to 'Done' I want the status of the parent ticket to transition to in progress but I'm having problems with it. I've set up a test JQL query with a specific ticket referenced in it which has a task linked to it as a test but the status is not updating as I'd hoped.
I've attached the automation I created and the audit log in screenshots.
Any ideas, please?
Hi @Enda Murray and welcome to the community!
Cross-Project automations require Jira Admin permissions. They can be set from Settings >> Global Automation. Once you locate the rule in global, click Rule Details and adjust the Scope option.
Hey @Mark Segall thank you for the quick response.
I had already included the two projects involved in the scope which is what I initially thought the problem was. I've attached a screenshot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh sorry I missed that in your initial screen shot (usually the most common cause of such issues).
Your branch appears to be the problem. It's branching on current issue so it's never going to reach into the linked issue and will continue executing against the trigger issue. Since the trigger is status transitioned to "Done" and the condition is executing against the trigger issue and looking for a status of "Waiting for Engineering", it will always fail.
Change the branch to be based upon the related issues - linked issues.
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.