Forums

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

Feature change during CHANGE-2046

Dheeraj S Gaddi
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!
September 5, 2025

We pull data from Jira to PowerBI using rest API Search functionality with below API call 

We used https://**Our*Company**.atlassian.net/rest/api/latest/search?jql=project%20in%20(**Our*Project)&fields=(Fields*) to get below details for pagenation.

"expand": "schema,names",
"startAt": 0,
"maxResults": 100,
"total": 5081,

But recently Jira has migrated to below link

https://**Our*Company**.atlassian.net/rest/api/latest/search/jql?jql=project%20in%20(**Our*Project)&fields=(Fields*)

Which is not fetching any of header details(MaxResult or total) hence we are not able to pull data into PowerBI. Can you suggest how we can get header details with search rest API functionality ?

1 answer

0 votes
Matteo Vecchiato
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.
September 5, 2025

Hi @Dheeraj S Gaddi

Welcome to Atlassian community and thank you for your question.

Try with the new parameters is last and nextpageToken, as indicated in the API doc: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get 

The new API for Jql searchabia not performing very well, we hope it will be improved.

Regards 

Suggest an answer

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

Atlassian Community Events