I'm trying to get all sprints from a given boardId, and no matter how I try, I only get the first 50. I have tried adding "&startAt=51&maxResults=99" to see if it will return rows after 50 to no avail.
Am I missing how to add this into the request? I have added the startAt and maxResults and when using the added string to the URL above or directly in the request itself, the response returns null 404.
Can anyone help?
Hi @Timothy Fischer -- Welcome to the Atlassian Community!
Hmmm...I just tried it and it worked for me. Of note:
So please try the following to see if you get the second set. Please note the parameter indicator, question mark, rather than starting with ampersand as shown in your question.
/rest/agile/1.0/board/{boardId}/sprint?startAt=50
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.