Hello , I need your help friends with one problem
We want that if all sub task is done and they are in closed status automatically they were moved to ready to build status.
is it possible? I don't know how to do it
It will be great if you can help me.
Hi @Said Aliyev
You can do that using Automation or an app like ScriptRunner? Do you have access to any of these. You need to be a Jira Administrator.
Using Automation
- Trigger would be a transition to Done state for subtask
- Create a branch rule "For Parent"
- Add a Related issues condition: Sub-tasks and check if they match a JQL like status = Done
- Then Transition the issue (parent)
Basically the rule will go to the parent, check for all the subtasks' status and close the parent if all the subtasks are done.
I hope it helps.
Ravi
I have access to to Automation part of our jira
I did somehow please its possible look to the attached picture, it's ok that I did? @Ravi Sagar _Sparxsys_
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.