Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you automate transition of a linked task to "ToDo" when the blocking task transitions to "Done"

Jason Hartshorn April 2, 2021

I have been trying to figure out how to automate moving a blocked task from Backlog to To Do when the linked blocking task is transitioned to Done. 

1 answer

1 accepted

1 vote
Answer accepted
Ste Wright
Community Champion
April 2, 2021

Hi @Jason Hartshorn 

Not natively, you'd need an app - such as Automation for Jira.

Assuming it's then possible to transition from Backlog > To Do in the workflow, you could:

  • Go to Project Settings > Automation
  • Press "Create Rule" in the top-right
  • For the rule...
    • Trigger: Issue Transitioned - set "To Status" to Done
    • Branch: Set "Type of related issues" to Linked Issues. Select the relevant Link Type (eg. blocks) 
    • Action (under Branch): Transition Issue. Set "Destination Issue" to To Do
  • Give the rule a name, and publish it.

You could add a Condition before the Action if preferred - the Issue Fields Condition - clarifying this is only for linked issues in the status "Backlog".

There might be other options using scripting apps or advanced workflow apps - if you can't get Automation for Jira, let us know what apps you do have!

Ste

Jason Hartshorn April 5, 2021

I should have mentioned I was using Automation for Jira. When working on the rule, I had an additional condition after the branch which was unnecessary. Thank you for clearing up my confusion on this issue. 

Like Ste Wright likes this

Suggest an answer

Log in or Sign up to answer