maxResults is not working in jql search query

Saurabh Garg September 19, 2017

I have an API in below form

 

https://companyName.atlassian.net/rest/api/2/search/?jql=project=abc AND (status changed to (closed,"Deployed to Prod") AFTER startOfMonth(-1) BEFORE endOfMonth(-1)) AND "Team" = "ABC" AND issuetype not in(subTaskIssueTypes(),Epic) &maxResults=1000

 

total no of results are for this issue query is 150 but in response, I am getting only 100. 

 

in response, I get something like this,

 

{
"expand": "schema,names",
"startAt": 0,
"maxResults": 100,
"total": 150,
"issues": [
{

I don't know what the mistake I am doing here. Can anybody please help me

1 answer

1 vote
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2017

Hi Saurabh

Please see this post - Atlassian have unfortunately made a change and not told anyone

Saurabh Garg September 20, 2017

Thanks Warren for letting me know about this.

Suggest an answer

Log in or Sign up to answer