Hello
How to block creation of child tickets under parent(Epic) issue if the issue is already closed.
we have tried using WF properties on every status but when testing we found out that we can still tag the parent issue Epic from Epic link.
Is there any way we can achieve this using scripted validator on the child's create transition? If yes please help me with the script.
We are aware that this can be also doable via JMWE but i'm inclined more towards ScriptRunner solution
Thanks
RK
Hi Rama,
Please add the ScriptRunner Script Validator on Create transition of All Child Issue Workflow and add the below expression in ScriptRunner :
issue.epic.status.name != "Done"
and also enter validation failed message like "Cannot Create Child Issue when parent Issue is Done".
Find the attachment for more.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.