Forums

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

Is it possible to reopen parent on reopening sub-task using Automation for JIRA

Divyasri Arja
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!
October 1, 2019

Hi Team,

We are looking for an option to reopen parent issue on reopening sub-task issue without using paid add-ons. We have Automation for JIRA installed in our instance. So would like to know if it is possible to achieve this using this add-on or any workarounds.

Please help!!!

Thanks!

Divya

2 answers

1 accepted

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 2, 2019

Hello @Divyasri Arja

Thank you for reaching out.

I understand that you are trying to create an automation rule to reopen a parent task when any of its related sub-tasks are reopened, in case the parent issue is closed. Have I understood it properly?

you can create the following automation rule to achieve your need:

Screen Shot 2019-10-02 at 17.10.18.png

This is the rule background:

1 - The rule will be triggered when an issue is reopened / Trigger: Issue transitioned

2 - As soon as it is triggered, it will verify if the issue is a sub-task / Condition: JQL

3 - If confirmed, it will verify if the parent is in the done status / Branch rule: Parent and Condition: JQL

4 - If confirmed, the parent will be reopened. Action: Transition issue

Let me know if this information helps.

Divyasri Arja
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!
October 3, 2019

Thank You Petter.. it helps .

Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 3, 2019

You are welcome, @Divyasri Arja.

Let me know if you still have any questions. Have a nice day!

0 votes
Máté Gász
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!
August 17, 2023

You can do it without JQL search:

Képernyőkép 2023-08-17 150415.png

Suggest an answer

Log in or Sign up to answer