Forums

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

Row count limit via API for fetching all the issues from a project

Mohanasudharsan K April 23, 2025

I am using API via MCP-Atlassian server to query on top of it.
I want to know the limit for number of issue count limit if there are more than 100?

2 answers

0 votes
Mohanasudharsan K April 23, 2025

I am using a Claude Desktop with MCP jira server.
Does claude desktop supports pagination for more rows?

0 votes
Michael Yaroshefsky - Visor for Jira
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.
April 23, 2025

Hey @Mohanasudharsan K welcome to Atlassian Community!

By default Jira Cloud limits the number of items that can be returned to 100 (even if you set the maxResults parameter higher - more info on that here: https://jira.atlassian.com/browse/JRACLOUD-67570).

You can use pagination (using the startAt parameter) to get above this limit by splitting your results into batches (or pages with 100 items) see the section on Pagination in this guide: https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#permissions 

Hope that works for you?

Best

Mike

Mohanasudharsan K April 23, 2025

@Michael Yaroshefsky - Visor for Jira 
I am using a Claude Desktop with MCP jira server.
Does claude desktop supports pagination for more rows?

Suggest an answer

Log in or Sign up to answer