---
title: "Get version's unresolved issues count"
method: GET
path: "/rest/api/3/version/{id}/unresolvedIssueCount"
tags: ["Project versions"]
---

# Get version's unresolved issues count

`GET /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](#permissions) required:** *Browse projects* project permission for the project that contains the version.

## Path parameters

- `id` string, required

## Response `200`

Returned if the request is successful.

- VersionUnresolvedIssuesCount — Count of a version's unresolved issues.
  - `issuesCount` integer — Count of issues.
  - `issuesUnresolvedCount` integer — Count of unresolved issues.
  - `self` string, uri — The URL of these count details.

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `404` — Returned if: * the version is not found. * the user does not have the required permissions.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-3/versions/5a51740d7ab3/schema)
