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:
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?
Hello @Jill Gavornik
Your API end point seems fine. There is nothing special with API. you need to verify your JQL.
Try this:
If you see a response, you can use this enpoint and append your maxResults and field to the end.
Hope it helps.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.