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

Amol Jadhav 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

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 Leaders.
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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events