Forums

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

automatically transfer to ready for build when all subtasks were closed

Said Aliyev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 25, 2023

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. 

1 answer

1 accepted

0 votes
Answer accepted
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 25, 2023

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

Said Aliyev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 25, 2023

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_ jira.jpg

Suggest an answer

Log in or Sign up to answer