Forums

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

How to get total records of Jira issues using Pagination

Kavita Vishwakarma
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!
February 22, 2024
    "startAt": 0,
    "maxResults": 500,
    "total": 12362,
These are the values in my Jira.
I want to use pagination to get all the jiras. Please help me with this.

1 answer

0 votes
Hannes Obweger - JXL for Jira
Atlassian Partner
February 23, 2024

Have a look at https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-get and in particular the startAt parameter. You need to set this for pagination (0 for the first page, 100 for the second page, etc.).

Suggest an answer

Log in or Sign up to answer