Forums

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

JQL Query Deprecated

Jodee Page August 27, 2025

This query worked fine until the recent deprecation. 

https://ayadev.atlassian.net/rest/api/2/search/?jql=summary%7EtextA%20AND%20summary%7EtextB

Tried updating to newer jql query format but it just always returns an empty array when I use terms for textA and textB that I know 100% we have existing tickets with those terms in the summery. 

https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary%7EtextA%20AND%20summary%7EtextB

Hoping for some assistance on the correct new format? 

 

UPDATE - made some progress. Getting results now by adding fields and maxresults, but now it returns items that do not actually match the summary contains rule:

https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary%7Eremov%20&%20summary%7Epurchase-order-mvp&fields=status,customfield_10007,fixVersions,&maxResults=100

2 answers

1 accepted

1 vote
Answer accepted
Marc - Devoteam
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.
August 27, 2025

Hi @Jodee Page 

On my side this works, with my summary seach terms.

https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary~textA AND summary~textB

You can even past it in your browser with the spaces, it will be replaced by html coding

0 votes
Jodee Page August 27, 2025

Got it. Thanks. Was possibly mixing up using AND within the text match and & for the additional query params. This is now working. 

 

https://ayadev.atlassian.net/rest/api/3/search/jql?jql=summary~textA AND summary~textB&fields=status,customfield_10007,fixVersions,&maxResults=100

Suggest an answer

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

Atlassian Community Events