Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Velocity metric doesn't work if the board isn't listed in the first 50 boards returned by Jira #1445

Closed
fniessink opened this issue Sep 8, 2020 · 0 comments · Fixed by #1446
Labels
Bug Something isn't working

Comments

@fniessink
Copy link
Member

The API rest/agile/1.0/board uses pagination. Use ?startAt=51 to get the second page, then ?startAt=101, etc. until

{
    "isLast": true
}
@fniessink fniessink added the Bug Something isn't working label Sep 8, 2020
fniessink added a commit that referenced this issue Sep 8, 2020
…nly retrieve the first 50 boards from Jira, making the metric fail for some boards. Fixes #1445.
fniessink added a commit that referenced this issue Sep 8, 2020
When measuring 'velocity' with Jira as source, *Quality-time* would only retrieve the first 50 boards from Jira, making the metric fail for some boards. Fixes #1445.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant