The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Occasionally Unresponsive in Project View

Dave Calla
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 26, 2020

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? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Dibyandu Roy
Contributor
August 27, 2020

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.