Last updated
Last updated
GET /rest/api/{2-3}/issue/{issueIdOrKey}/votes
Returns details about the votes on an issue.
POST /rest/api/{2-3}/issue/{issueIdOrKey}/votes
Adds the user's vote to an issue. This is the equivalent of the user clicking Vote on an issue in Jira.
DELETE /rest/api/{2-3}/issue/{issueIdOrKey}/votes
Deletes a user's vote from an issue. This is the equivalent of the user clicking Unvote on an issue in Jira.
This resource represents votes cast by users on an issue. Use it to get details of votes on an issue as well as cast and withdrawal votes.