We're occasionally seeing an issue in which Jira becomes completely unresponsive when trying to modify a task/bug (say, add a comment) when the task/bug is being displayed in the overall Project View. If the user clicks through to the task/bug itself, it can be modified just fine. I'm unfortunately not seeing any errors or warnings in the atlassian-jira.log file that look related.
Any ideas?
It could be due to a post function or behavior set by a in plugin.
Database can be another factor. Run profile on db to see long running queries or missing indices. You many need to create some custom indices.
Before editing the bug, press F12 in the chrome browser, go to network tab. You will see the transactions. Notice the transaction which runs for longer during the edit. By analysing the transaction you may get what causing the performance issue.
Online 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.