Hi Team,
We are facing an issue while using the Python jira
client library after Atlassian removed the legacy /rest/api/2/search
endpoint.
Earlier, our Python code worked fine with API v2:
After migration, Jira Cloud throws this error:
JIRAError: JiraError HTTP 410
The requested API has been removed. Please migrate to the /rest/api/3/search/jql API.
We attempted to update JIRA sdk using pip install --upgrade jira but getting the same above error.
Could you please confirm the correct way for the new JQL search API, and how to fetch all fields equivalent to *all
in v2 using the python JIRA sdk for v3 API?