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: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new 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
Atlassian Partner
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?