The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I manage Rest API request to override maxResults returned from response

Amol Jadhav
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2016

Hi,

In JIRA API (for eg: https://<Jira-server-name>/rest/agile/1.0/board/60/issue/ ) we get only 50 issues in response

As 'maxResults' attribute is set to 50

I want to override it while sending a request to give more than 50 results in response

Or any other way I can get more results than maxResults value

(I dont need to change maxResult variable value of  jira-config.properties in JIRA Server )

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Boris Georgiev [Appfire]
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 Champions.
March 7, 2016

You can pass maxResults as query parameter i.e.

https://jiracanopy.fsc.atos-services.net/rest/agile/1.0/board/60/issue/?maxResults=130

You can also pass  startAt to iterate over the pages, as the API has some limitation for the value of maxResults.

Robert Massaioli _Atlassian_
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2016

The DEFAULT internal maxResults limit is 1000 results. See: com.atlassian.jira.web.action.issue.IssueSearchLimits#DEFAULT_MAX_RESULTS