How do you automatically re-open an issue when the sub-task is re-opened?

Benedict Bacayon July 26, 2011

Say you have an issue and it's sub-tasks resolved/closed. You then need to re-open the sub-task, is there a way to open the parent issue when a sub-task is re-opened?

3 answers

0 votes
Marco Brizi July 27, 2011

I've created a plugin with several workflow plugins for subtasks.
https://bitbucket.org/mbrizi/jira-plugins/raw/908616ebe2bc/ugov-jira-subtask-plugin/target/ugov-jira-subtask-plugin-1.4.2.jar
<label for="it.cineca.jira.plugin.ugov-jira-subtask-plugin:transitionparentissue-function"></label>

You can use the "Transition Parent Issue Function" and specify the transition id for the parent issue workflow.
I hope it helps.

0 votes
Radu Dumitriu
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.
July 27, 2011

There are already a number of plugins to help you do that:

https://plugins.atlassian.com/search/with?q=scripting&product=all

Eva Lee is right, but they will spare you to dig too much in JIRA.

0 votes
Eva
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.
July 27, 2011

The only way I can think of at the moment is to create a post-function plugin where it reopen the main task for you, similar to the existing post-function where it close teh parent when the subtask is closed. I dont think you can do it any other way than customize plugin

Suggest an answer

Log in or Sign up to answer