We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to implement "Count issues using JQL" as described in the link below.
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-rest-api-2-search-approximate-count-post
Jira API is deprecating the endpoints that provided the total amount of tickets when searching using JQL:
And in the new endpoint to search using JQL the total value is not returned.
If you want to implement the new JQL search endpoint (probably must :) ) here is the link https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-rest-api-2-search-jql-get
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to be added?
It would be nice to implement "Count issues using JQL" as described in the link below.
https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-rest-api-2-search-approximate-count-post
Why is this needed?
Jira API is deprecating the endpoints that provided the total amount of tickets when searching using JQL:
And in the new endpoint to search using JQL the total value is not returned.
Anything else we need to know?
If you want to implement the new JQL search endpoint (probably must :) ) here is the link https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-search/#api-rest-api-2-search-jql-get
The text was updated successfully, but these errors were encountered: