Skip to main content
Skip table of contents

Jira API Deprecations

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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.