Hi Gang,
We are currently in the process of lifting from old insight app to the new Jira one.
I use Python requests to download a table of objects from a schema and on the old insight app i could just request all objects or more rather stick my "resultsPerPage" at something daft like 1million.
With the new Jira if i want to grab anything over 2500 resultsPerPage the system returns a 504 error.
This means im stuck with requesting page by page which takes a considerable amount of time.
Can anyone suggest a way of doing this which wont take a lifetime to complete?
EDIT: to add on to this, the 504 error can come from any amount of results, and then blocks any later calls.
THanks
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.