Returns counts of the issues and unresolved issues for the project version.This operation can be accessed anonymously.Permissions required:Browse projects project permission for the project that contains the version.
Request
Path Params
Responses
🟢200Returned if the request is successful.
application/json
Body
🟠401Returned if the authentication credentials are incorrect or missing.
🟠404Returned if:
* the version is not found.
* the user does not have the required permissions.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://jira.local:8080/jira/rest//rest/api/3/version//unresolvedIssueCount'