You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a given board has more than 50 sprints already (which is the cap of maxResults), there is no way to go beyond that.
JIRA API accepts a query param startAt
To Reproduce
Steps to reproduce the behavior:
Call the API with a board id having more than 50 sprints,
Describe the bug
When a given board has more than 50 sprints already (which is the cap of maxResults), there is no way to go beyond that.
JIRA API accepts a query param
startAt
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Be ble to paginate results with the help of startAt query param.
This would get resolved into a ReST request equivalent to:
https://jira.domain.com/rest/agile/1.0/board/3236/sprint?maxResults=50&startAt=100
Plugin version and platform
The text was updated successfully, but these errors were encountered: