-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 7.13.0, 8.0.0, 8.4.0
-
7.02
-
Severity 3 - Minor
-
Issue Summary
View voters results in N+2 requests. (N = number of votes on the issue)
Environment
- Jira issue with many votes (N)
Steps to Reproduce
- Open 'View issue' page
- Click on number of voters
- Check network tab in browser
Expected Results
- Dialogue with voters opens
- 1 REST call is performed
Actual Results
- Dialogue opens
- N+2 requests to rest/api/2/issue/<ISSUE-KEY>/votes are performed
- Browser tab freezes
Workaround
Required, if there is no workaround please state:
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...