-
Notifications
You must be signed in to change notification settings - Fork 40
Deprecation of search enpoints #91
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
Comments
The endpoints to use now are GET or POST of |
I created a PR which works for my use case: #97. It works with a simple JQL. Might be useful to also implement the new bulk fetch: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-bulkfetch-post and the count api: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-approximate-count-post |
I ended up including the bulk fetch and count. It's working for me. |
In my testing using
|
As declared in https://developer.atlassian.com/changelog/#CHANGE-2046
the /search endpoints will be removed as of may 1st Is there any plan for an update?
The text was updated successfully, but these errors were encountered: