-
Bug
-
Resolution: Fixed
-
Low (View bug fix roadmap)
-
9.4.0, 9.17.2
-
9.04
-
1
-
Severity 2 - Major
-
Problem
When viewing a Velocity chart, the following error is displayed even though the board filter returns fewer issues than either X or Y:
Environment
Jira Software 9.17.2
Steps to Reproduce
- Create a Jira instance and create two Scrum projects (SCRUM1, SCRUM2) and a sprint.
- Create a Scrum board whose filter is restricted to issues in SCRUM1.
- Create 7 issues in SCRUM1 and add them to the sprint.
- Create 1 issue in SCRUM2 and add it to the sprint.
- Start and complete the sprint.
- Set the sprint issue limit to 7 issues using the REST API method described in How to increase the Velocity Chart's limit of 120 sprints and 25000 estimated issues in Jira Software Server and Data Center.
- View the velocity report for the Scrum board.
Expected Results
The velocity report should be displayed normally, since the number of sprint issues matching the board filter does not exceed the configured limit.
Actual Results
The We can't display this report: The sprints in this timeframe contain 8 issues, which is more than the 7 allowed by your Jira admin. Try shortening the timeframe error is displayed.
Workaround
Increase the sprint issue limit as described in How to increase the Velocity Chart's limit of 120 sprints and 25000 estimated issues in Jira Software Server and Data Center to a value larger than the total number of issues in all sprints associated with the board.
Form Name |
---|
Fixed by using board's query to count the issues in closed sprints to the limit.