Skip to content

Deprecation of JQL search and Evaluate expression endpoints #85

@joyan0930

Description

@joyan0930

According to Atlassian's changelog, the API endpoint used by this plugin will be deprecation.
If this continues, we will not be able to retrieve JIRA data, so please confirm.

Summary

The deprecation plan was announced in the changelog dated October 31, 2024.
It is scheduled to be deprecation on May 1, 2025.

https://developer.atlassian.com/changelog/#CHANGE-2046

What is changing?
We’re deprecating the following Jira Platform REST endpoints:
GET /rest/api/2|3|latest/search - Search for issues using JQL (GET)
POST /rest/api/2|3|latest/search - Search for issues using JQL (POST)
POST /rest/api/2|3|latest/search/id - Search issue IDs using JQL
POST /rest/api/2|3|latest/expression/eval - Evaluate Jira expression
There is a deprecation period of 6 months, and these endpoints will be removed after May 1, 2025.

Impact

Upon investigation, it appears that you are using a deprecated endpoint in the JIRA API.

public static final String SEARCH_URI_PATH = "rest/api/latest/search";

Question

  1. Will you be affected by this discontinuation? Will you no longer be able to retrieve data?
  2. If there is an impact, are you planning to make corrections?

Thank you for reading. I look forward to hearing from you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions