Get Version's Unresolved Issues Count

GET {{baseUrl}}/rest/api/3/version/:id/unresolvedIssueCount

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.

RESPONSES

status: OK

{"self":"https://your-domain.atlassian.net/rest/api/3/version/10000","issuesUnresolvedCount":23,"issuesCount":30}