We are getting errors `The requested API has been removed. Please migrate to the /rest/api/3/search/jql` in one of our production systems.
Has the API been deprecated?
Is there a production issue?
Hand welcome,
since 01.08.2005 Atlassian deprecated some APIs
Atlassian developer changelog
There is no production. The actuals apis are working fine.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
depends which API and what you use to access the api. Script an automation.
In best case you have only to change the Url . In worst case you have to implment something more.
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Welcome to community :)
This is a planned change we have been announcing since August 2024.
Please migrate to the new, enhanced search-based API. You can find full details and migration guidance in our Atlassian developer changelog
Here are the deprecated JVIS Endpoints and Their Replacements
GET /rest/api/3/search → GET /rest/api/3/search/jql
POST /rest/api/3/search → POST /rest/api/3/search/jql
POST /rest/api/3/search/id → Jira Cloud platform REST API
Thank You,
Prachi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply.
What's the best way to get these update via push, instead of having to regularly read the blog?
Shmuel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Shmuel Blitz ,
Welcome to Atlassian community and thank you for your question.
Probably you are affected to rest API deprecation explained in this article: https://docs.adaptavist.com/sr4jc/latest/release-notes/breaking-changes/atlassian-rest-api-search-endpoints-deprecation#id-.AtlassianRESTAPISearchEndpointsDeprecationvCurrent-GETsearch
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In addition to Matteo's and Kai's answers, this article may also be helpful: https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.