Summary
Version Report gadget is not loading when there are about 20000 issues in the backlog and 4000 issues in the specific fix version.
Steps to Replicate
- Create a Board filter that will result to approximately 20K issues.
- Create a Version and have about 4K issues on this version.
- Add the Version Report gadget on the dashboard and select the board filter in Step 1 and Version in Step 2.
- Save and view the gadget on the dashboard.
Expected Result
The gadget should be displayed and loaded properly.
Actual Result
The gadget never loads and ended up with a timeout.
Workaround
Increase the timeout by adding the following line to <jira-home>/jira-config.properties:
- http.connection.timeout = 15000
- Restart JIRA