I'm trying to set up an automation for when a task has a blocker. I'd like to have the item it blocks automatically change the status to Blocked (Internal). Then I'd like to create an automation to change the status to To Do when the blocker is marked Done.
I'm completely running out of idea on how to set that, though. I have
* When issue linked, type Blocks
* Then add comment to the issue @{{assignee.displayName}} this issue is blocking {{destinationIssue}} - Please complete this task ASAP!
* And transition the issue to Blocked (Internal)
But how do I affect the linked task?
Welcome to the Community!!
Please find the below Automation rule, let me know if any clarification is needed
Transition the issue to Blocker
Thanks,
Pramodh
Did you check with Automation ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That works to set the blocker item! How do I do the reverse - when an item is no longer blocking, move the parent item to To Do?
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.