JIRA Cloud max results not paging correctly

Quintessence Anx September 19, 2017

We're having an issue where a query that was returning > 100 results is now paging for every 100 results even though `maxResults` is being set to 1000 in the query. I was reading through the docs and since we're using JIRA Cloud it doesn't seem as though we could have even accidentally modified this value. An example query:

https://example.atlassian.net/rest/api/2/search?jql="created>=-2w+AND+type=Bug+AND+project!=\"Example%20LLC\"+ORDER+BY+created+DESC&maxResults=1000"

 

We also tried using `maxResults` of 101 and 999 to see if there was an offset error but that doesn't seem to be the case. Including `startedAt=0` didn't change the results either. It's worth mentioning that the same query was used just yesterday and was paging appropriately, so we're a bit at a loss.

1 answer

1 accepted

Quintessence Anx September 19, 2017

Ah :( That one didn't come up in my searches (of course). 100 is definitely too small. At the very least it needs to be customizable ... preaching to the choir I supposed. Thank you!

Suggest an answer

Log in or Sign up to answer