-
Suggestion
-
Resolution: Answered
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Idea is that a user can issue a GET against:
http://example.com:8080/jira/rest/api/2/filter/count/
{id}This will return the number of issues which the filter returns.
A similar call exists in the SOAP API here: http://docs.atlassian.com/rpc-jira-plugin/4.4/com/atlassian/jira/rpc/soap/JiraSoapService.html#getIssueCountForFilter(java.lang.String
- relates to
-
JRACLOUD-29903 Add a rest call to return the total number of results from a filter
- Closed