NAME
JIRA::API::VersionIssuesStatus -
SYNOPSIS
my $obj = JIRA::API::VersionIssuesStatus->new();
...
PROPERTIES
done
Count of issues with status *done*.
inProgress
Count of issues with status *in progress*.
toDo
Count of issues with status *to do*.
unmapped
Count of issues with a status other than *to do*, *in progress*, and *done*.