-
Notifications
You must be signed in to change notification settings - Fork 8
Description
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
- Will you be affected by this discontinuation? Will you no longer be able to retrieve data?
- If there is an impact, are you planning to make corrections?
Thank you for reading. I look forward to hearing from you.