Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Deprecation of Jira Cloud Search APIs #636

Open
glewandowski opened this issue Jan 28, 2025 · 3 comments
Open

Upcoming Deprecation of Jira Cloud Search APIs #636

glewandowski opened this issue Jan 28, 2025 · 3 comments

Comments

@glewandowski
Copy link

What feature do you want to see added?

On October 31, 2024, Atlassian announced the deprecation of four Jira Cloud search APIs. These APIs will be replaced with new, more efficient alternatives through our enhanced JQL service, which are currently available for use. You can read more about these new APIs here.
Effective May 1, 2025, Atlassian will remove the following Jira REST endpoints:

  • GET /rest/api/3/search
  • POST /rest/api/3/search
  • POST /rest/api/3/search/id
  • POST /rest/api/3/expression/eval
    We have identified that this library may be used to access the deprecated endpoints in Jira Cloud. Failing to migrate to the new APIs before May 1, 2025, could negatively impact any solutions that depend on this library. By evolving our JQL service, we aim to provide a more reliable, performant, and scalable Jira experience tailored to meet the needs of enterprise customers.
    If you have any questions or require further assistance, please do not hesitate to ask on our developer community forum

Upstream changes

No response

@saurabhraghuvanshii
Copy link

can I work on this

@SohamJuneja
Copy link

I’ve implemented the changes as suggested, specifically:

Searched for instances of GET /rest/api/3/search, POST /rest/api/3/search, POST /rest/api/3/search/id, and POST /rest/api/3/expression/eval in the codebase.
Checked through relevant parts of the repository to locate any calls or references to these endpoints.
However, I wasn't able to find any instance of these API calls or related code in the repository.

@glewandowski
Copy link
Author

I can see the deprecated APIs are used here

public List<Issue> getIssuesFromJqlSearch(String jqlSearch, Integer maxResults) throws TimeoutException {

But I also I see, they use old, non-mantained Jira REST client. I'll check if Atlassian can release new version that doesn't use deprecated APis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants