Forums

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

Can I reset or refresh my Workload report? Not loading

Smitty October 15, 2021

My Workload report is not loading.

The loading just spins and then times out.

Can I reset or refresh Workflow report?

How do I modify the reports?

1 answer

1 accepted

1 vote
Answer accepted
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 15, 2021

You probably want to tail your atlassian-jira.log while reproducing the problem - it probably will contain a stacktrace causing the report to fail to load. (<jira_home>/log/atlassian-jira.log)

Another good debugging option (which sounds like this should be applicable here), is to open browser developer tools (F12), Chrome or Firefox most recommended because they just have a good dev tools. There you should also see errors in the Network (Jira can respond you with error messages instead of the report data), and Console, if this is a javascript related problem.

 

Since workload report is basically built-in and you can't modify it, I'm guessing you might have corrupted data somewhere, and the jira log should contain some hints what's wrong.

Smitty October 15, 2021

Thank you.

Suggest an answer

Log in or Sign up to answer