Identifying Deprecated Methods

In Jira Data Center version 10.4, Atlassian introduced a new Search API, transitioning from Lucene to OpenSearch. Many methods related to JQL functions will be deprecated, and if you use them in your scripts, you'll need to update to their Search API equivalents. This page guides you to relevant sections of the Atlassian documentation to help you quickly identify the affected methods.

We will continue to update and expand this information as we learn more. Please check back regularly for the most current guidance.

Key documentation

Atlassian has published tables comparing old Lucene methods with their direct replacements in the new Search API:

Depending on your browser and screen resolution, the entirety of the table may not be visible when landing on the page.

The above pages do not cover all deprecated methods. For a complete list of affected methods, consult the Atlassian Javadoc to get all the methods:

In the Javadoc, entries for deprecated methods or classes often include notes with links to their replacement classes in the Search API.

On this page