We have a reasonably complicated and sometimes iterative workflow with a lot of steps. We would like to manage this in Jira using subtasks, but since the flow is largely linear, each step (task or subtask) blocks the next. Because we have many steps, and many projects in various stages, I would like to automate the subtasks so that they are either created or assigned only when the blocking item is completed.
A separate subtask workflow would help but since jira doesn't yet offer this, I'd really like a workaround.
I am working in a next-gen Cloud-based project. I am Admin.
Hello @noise-ekris
Thank you for reaching out.
Per your description, I understand you would like to automatically create a new sub-task when a sub-task is completed, creating the new sub-task under the same parent issue of the completed subtask. Is that correct?
You can do it using Jira automation, as you can see in the screenshot below:
To do that, you must use the branch condition to select the parent issue. These would be the steps:
You can check the documentation below for more details about Jira automation:
Let us know if this information helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
you can try automation for jira
check the rule playground:
https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/new/new
if issue a is resolved or in a defined status, you could create a new subtask
also, if the blocking issue is resolved, you can cange the assignee
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. I have looked at this but only find ways to make that work on tasks/issues, not subtasks. This will at least work to allow me to generate only the subtasks for that status, which would help, but it would be ideal if I could generate subtasks when the previous subtask is completed.
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.