If Issue A is "Blocked", I would like to update "Blocked" -> "To Do" only if all the linked issues have been resolved OR deleted. Is this possible in JIRA automation?
Hi Teresa,
This can be done Automation for Jira.
You need to create a rule with the following:
It should look like:
Hope that helps.
Cheers,
Nick
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
there has a workflow condition called "Sub-Task Blocking Condition" which will allow you to select the specific status of sub-task to allow the transition of parent issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Does this also work for linked issues? not just subtasks?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
sorry, was thinking you ask for sub-task. there no out-of-box solution for the linked issue. But you can have it by adding some script customization. we were using SIL plugin to have a script loop all linked issue and judge the status, then you can put this script as the condition of a workflow.
https://marketplace.atlassian.com/plugins/com.keplerrominfo.jira.plugins.jjupin/cloud/overview
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.