This question was asked here, (https://community.atlassian.com/t5/Jira-Software-questions/Suppress-quot-Update-Parent-Issue-quot-pop-up/qaq-p/427250) but as it was responded to in 2013 I thought there may now be a different (better :-)) answer!
When all the sub-tasks are moved to our Done (closed state) column, a pop up is presented that says:
"Update Parent Issue
All sub-tasks for parent issue XYZ-01 are now Closed.
Do you want to update this parent issue to match?"
I understand this is normally helpful, but not for us.
Is there any way to suppress it?
Hello @David Collins
Thank you for reaching out.
Unfortunately, it's not currently possible to suppress the "Update Parent Issue" popup that appears when closing all the sub-tasks related to a common parent, however, we completely understand that this pop-up can be very inconvenient in some cases.
That being said, we created the following feature request with our development team to implement an option to suppress that pop-up:
- Provide an option to suppress the "Update Parent Issue" popup
Feel free to vote and watch the suggestion to increase its priority and also receive notifications about any updates.
Let me know if you have any questions.
"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';
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 NowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.