Summary
Sprint Burndown gadget does not load any data on the dashboard.
Sometimes it's possible to make it load, but it's intermittent and doesn't seems to have anything else related.
It could be caused by the chromium bug. What causes some of the requests could not be performed by the web browser. It is because of insufficient resources.
To see the fix make sure to run jira-software-application using
-Datlassian.dev.mode=false
Environment
Steps to Reproduce
- Add couple(6 or more) Sprint Burndown gadget to the dashboard,
- In gadget's configuration, select the board with the current active Sprint and refresh interval is 15 minutes, Save,
- Enable developer console
- Refresh the page
Expected Results
The gadget should load the data
Actual Results
The gadget does not load any data (blank)

In the console log and developer tools you can find this error:
net::ERR_INSUFFICIENT_RESOURCES

Workaround
- If you are the owner of the Dashboard: Click Edit -> Cancel on the gadget configuration.
- If you are not, you can either:
- Copy that dashboard and then click Edit -> Cancel button Or
- Ask the owner of the board to change the Refresh Interval of the gadget to 15 minutes, the data will be loaded after 15 minutes.
- Decrease the number of gadgets on the board,
- Switch to another web browser like Firefox
Notes:
This happens mainly on Google Chrome, also verified in Safari and IE.
Note that the issue has also been observed on Firefox by customers, so switching to Firefox is not guaranteed to resolve the issue.
Hello - Any chance this will be added to the LTS versions. We are still seeing this problem in Jira v8.20.14 in Chrome Version 108.0.5359.125. Same problem with the Version report and rate limiting isn't on, which was logged as the other reason for the blank gadgets.