Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Is there a way to disable pop up asking to close the parent when all sub-tasks are moved to Done?
I have an automation to move the parent to QA when sub-tasks are done. However, when the last open sub-task is moved to Done, I get a popup asking if I want to update the parent to Done as well.
I would like to disable that so we don't accidentally close the parent without QA'ing.
"Update Parent Issue" dialog is popped up by js code:
GH.Dialogs.CompleteParentDialog.showDialog
if jira server/data center runs behind a nginx reverse proxy, the js code can be modified using nginx sub_filter directive:
sub_filter 'GH.Dialogs.CompleteParentDialog.showDialog' 'return;GH.Dialogs.CompleteParentDialog.showDialog';
Hi Siree - Check the workflow for the transition to Done to see if it is calling a transition screen or has some conditions/validators set to fire.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you provide some screenshots and step by step what you are doing?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
We are also looking for a way to remove this pop-up.
Screen looks like this, with 2 status values that can be done:
-Canceled (Geannuleerd)
-Done (Gereed)
The popup happens when all subtasks of a main task are set to one of the statusses, what Jira should do then with the parent issue.
Note, we have already automated the parent status update, but we are still getting an unnecessary popup.
----
Edit note:
Looks not possible like in following duplicate thread, does have a feature request for it though.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register Now
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.