Is there any possible way to restrict the subtask status change until parent task status change??

sudhakar reddy May 17, 2016

please help

2 answers

0 votes
Ligia Merciu May 18, 2016

Hi Sudhakar,

You could also add a SIL scipted condition, using JJUPIN.

0 votes
Arun_Thundyill_Saseendran
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.
May 17, 2016

Hi Sudhakar

The inverse is easily possible using the "Sub Task Blocking" condition in the workflow transition.

The one you are asking is also possible if you add a scripted condition using the ScriptRunner plugin in the workflow transition condition in your sub-task transition to the state you want. All you have to do is to check the status of the parent issue and if it is in the desired state, pass a true else false.

 

Thanks

@Arun Thundyill Saseendran

Suggest an answer

Log in or Sign up to answer