Problems with JQL querying the summary on Jira Cloud

Jill Gavornik
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!
May 13, 2024

Upgraded from Jira Prem to Jira Cloud, which means our API calls needed to be upgraded. In Jira Prem we are able to query the summary like this: 

https://jirawebsiteaddress.net/rest/api/3/search?jql=summary%20~%20%22Order%2017656231%20Failed%20Booking%20Exception%22&fields=key&maxResults=100

This would pull back 1 ticket that was created with the summary of Order 17656231 Failed Booking Exception

However, this jql query does not work with Jira Cloud, it gives the error that it can't find the summary, which in cloud is a field. I have looked thru the Jira Cloud documentation, but I can't find how to "upgrade" this call to query the summary field in Jira Cloud? Any ideas on how to get this to work with Cloud?

1 answer

0 votes
Kalyan Sattaluri
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.
May 13, 2024

Hello @Jill Gavornik 

Your API end point seems fine. There is nothing special with API. you need to verify your JQL.

Try this:

  1. Login to  your Jira Cloud
  2. Search for interested issues using JQL like you normally would.
  3. Once JQL's working, Copy JQL
  4. Open new tab
  5. Put below URL in new tab address, replace bolded [JQL] with working query from step 3
  6.  https://jirawebsiteaddress.net/rest/api/3/search?jql=[JQL]
  7. hit enter

If you see a response, you can use this enpoint and append your maxResults and field to the end.

Hope it helps.

Suggest an answer

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

Atlassian Community Events