-
-
Notifications
You must be signed in to change notification settings - Fork 893
Closed
Labels
Status: Ready for ReleaseHas been merged into master, but not part of a tagged release.Has been merged into master, but not part of a tagged release.
Description
Problem trying to solve
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
Possible solution(s)
client.py#search_issues
Line 3484 in 3a630c5
def search_issues( |
/rest/api/3/search/jql
and does not expose any deprecated parameters like startAt
or validate_query
Alternatives
No response
Additional Context
No response
jeffgeorge, ikafedzhiev, glenn-sq, supermitch, MusicDev33 and 2 more
Metadata
Metadata
Assignees
Labels
Status: Ready for ReleaseHas been merged into master, but not part of a tagged release.Has been merged into master, but not part of a tagged release.