This page details the latest deprecations, replacements, and enhancements in the Jira REST API, with a particular focus on JQL Search and Jira Expressions. These updates affect how data sources interact with Jira endpoints. Continued use of legacy endpoints may lead to functionality issues or disruptions, so we strongly recommend migrating to the updated endpoints to ensure continued functionality.
Changes Overview
The following section presents an overview of the deprecated as well as the new endpoints for reference.
JQL Search
GET Request
-
Deprecated
GET /rest/api/{2|3|latest}/search→ [link] -
new
GET /rest/api/{2|3|latest}/search/jql→ [link]
POST Request
-
Deprecated
POST /rest/api/{2|3|latest}/search→ [link] -
new
POST /rest/api/{2|3|latest}/search/jql→ [link]
For more information about the migration, please refer to our JQL Search Migration Guide, which will assist you with the transition.
Jira Expressions
-
Deprecated
POST /rest/api/{2|3|latest}/expression/eval→ [link] -
new
POST /rest/api/{2|3|latest}/expression/evaluate→ [link]
For more information about the migration, please refer to our Jira Expressions Migration Guide.