Vote information for a Jira issue.

interface JiraVotes {
    hasVoted: boolean;
    self: string;
    voters?: JiraUser[];
    votes: number;
}

Properties

hasVoted: boolean

Whether the authenticated user has voted

self: string

URL of the votes resource

voters?: JiraUser[]

Users who have voted (only returned when expanding votes)

votes: number

Total number of votes