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:Ā 

Change endpoints to enhanced JQL search performance problems

dberrutti
Contributor
April 3, 2025

Hello community,

as the old jql search for issues is deprecating, we are changing our apps calls to the 

enhanced JQL search (https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get ) and we need to perform searches that might bring 15,000 issues or so.

With the deprecated endpoint, our apps calculated the number of pages and could make a number of requests at the same time, each one to bring a "page" of issues, at a reasonable performance.

However, with the enhanced search endpoints, we are no longer able to make all these calls simultaneously but one by one, picking the nextPageToken.

As each call brings max 100 issues, we need to make 150 requests one after the other, and each response takes about 10 seconds, so to bring all the issues takes 25 minutes, which is unacceptable in terms of performance for our app.

Is there anything we can make differently to make things faster? The deadline for the old endpoints is May 1st, and we are running out of time.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
dberrutti
Contributor
April 3, 2025
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events