Hello,
I'm receiving an HTTP 410 error when performing a get call from the endpoint /rest/api/3/search.
{
"errorMessages": [
"L'API demandée a été supprimée. Veuillez migrer vers l'API /rest/api/3/search/jql. Un guide complet de migration est disponible à l'adresse https://developer.atlassian.com/changelog/#CHANGE-2046"
],
"errors": {
}
}
which means in english
{
"errorMessages": [
"The requested API has been deprecated. Please migrate to the API /rest/api/3/search/jql. A complete migration guide is available at https://developer.atlassian.com/changelog/#CHANGE-2046"
],
"errors": {}
}
while there is no error when performing the same call from the endpoint /rest/api/3/search.
Welcome @armel_kaptue
You are correct that the current API has been deprecated, which tool are you using? Swagger, Postman?
Thanks @Nikola Perisic
I'm using an ETL called FME to perform the get but I can try with postman if you prefer.
If it is deprecated, what is the current syntax to list the issues in JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @armel_kaptue -- Welcome to the Atlassian Community!
Here are the various work item search endpoints, including both the active and deprecated ones:
Kind regards,
Bill
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.