NAME

JIRA::API::VersionIssueCounts -

SYNOPSIS

my $obj = JIRA::API::VersionIssueCounts->new();
...

PROPERTIES

customFieldUsage

List of custom fields using the version.

issueCountWithCustomFieldsShowingVersion

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

issuesAffectedCount

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

issuesFixedCount

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

self

The URL of these count details.