Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have been using a remote client to generate JQL queries to my instance of JIRA, and today JQL queries are suddenly broken. it has been working flawlessly for YEARS until now.
upon submitting a query to the service url, the only response i get from my rails jira client is:
"JIRA::HTTPError (Gone)"
can anyone shine some light on what may be going on?
It's most likely due to certain search endpoints that were deprecated. Check out https://developer.atlassian.com/changelog/#CHANGE-2046 for more details. The October 2024 one titled
is likely what has affected your Jira Cloud instance.
Most of these have new endpoints to call instead, see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get
But if that doesn't help, please tell us more about which endpoint your client is using to get JQL results.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.