NAME
JIRA::API::Votes -
SYNOPSIS
my $obj = JIRA::API::Votes->new();
...
PROPERTIES
hasVoted
Whether the user making this request has voted on the issue.
self
The URL of these issue vote details.
voters
List of the users who have voted on this issue. An empty list is returned when the calling user doesn't have the *View voters and watchers* project permission.
votes
The number of votes on the issue.