v5

latestOpenAPI 3.0.1Apache 2.02026-08-046169702.3 MB
Project versions

Get version's related issues count

Returns the following counts for a version:

  • Number of issues where the fixVersion is set to the version.
  • Number of issues where the affectedVersion is set to the version.
  • Number of issues where a version custom field is set to the version.

This operation can be accessed anonymously.

Permissions required: Browse projects project permission for the project that contains the version.

get/rest/api/3/version/{id}/relatedIssueCounts

Path parameters

idstring required

The ID of the version.

Response

Returned if the request is successful.

issueCountWithCustomFieldsShowingVersioninteger

Count of issues where a version custom field is set to the version.

issuesAffectedCountinteger

Count of issues where the affectedVersion is set to the version.

issuesFixedCountinteger

Count of issues where the fixVersion is set to the version.

selfstring uri

The URL of these count details.