Forums

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

JIRA API is returning only 100 data at a time

Jagadish Rout
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!
January 8, 2024

Hi,

While using JIra APIs it only returns 100 data in one call, but as per the API document, it can return 1000 records in one call.

I'm using the link like below.

atlassian.net/rest/api/3/search?jql=filter=11501&startAt=0&maxResults=1000
JIRAAPI.PNG

2 answers

0 votes
Rilwan Ahmed
Community Champion
January 8, 2024

Hi @Jagadish Rout ,

Welcome to the community !!
For search, the max results is 100. 

  • maxResults is the maximum number of items that a page can return. Each operation can have a different limit for the number of items returned, and these limits may change without notice.
    To find the maximum number of items that an operation could return, set maxResults to a large number—for example, over 1000—and if the returned value of maxResults is less than the requested value, the returned value is the maximum.


More details is in pagination section of https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#expansion

0 votes
Sunny Ape
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.
January 8, 2024

Hello @Jagadish Rout 

If you Google "jira cloud rest api jql 100 limit" you will see all the times this topic has already  been discussed before, and will lead you to JRACLOUD-67570 from 2017 that answers your question.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events