Closed
Description
Hi,
we have a pretty large list of projects, and when we retrieve the project list from the cloud, and the list is paginated, the library gets stuck in a loop.
It looks like projects["nextPage"] is still the same at every iteration, so the url to download the list from is always the same: https://company.atlassian.net/rest/api/2/project/search?maxResults=50&startAt=50
I was expecting a startAt=100
, then startAt=150
, but it's always 50.
Am I missing something? I am not a Python expert, I just observed this strange behaviour
Thanks!
Metadata
Metadata
Assignees
Labels
No labels