{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Issue Votes API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Issue Votes",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Votes",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/votes",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
}
]
},
"docs": "Returns details about the votes on an issue.
This operation requires the **Allow users to vote on issues** option to be *ON*. This option is set in General configuration for Jira. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.
This operation can be accessed anonymously.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project that t"
},
{
"info": {
"name": "Atlassian Add Vote",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/votes",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
}
]
},
"docs": "Adds the user's vote to an issue. This is the equivalent of the user clicking *Vote* on an issue in Jira.
This operation requires the **Allow users to vote on issues** option to be *ON*. This option is set in General configuration for Jira. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the proj"
},
{
"info": {
"name": "Atlassian Delete Vote",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "https://api.atlassian.com/rest/api/3/issue/:issueIdOrKey/votes",
"params": [
{
"name": "issueIdOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the issue."
}
]
},
"docs": "Deletes a user's vote from an issue. This is the equivalent of the user clicking *Unvote* on an issue in Jira.
This operation requires the **Allow users to vote on issues** option to be *ON*. This option is set in General configuration for Jira. See [Configuring Jira application options](https://confluence.atlassian.com/x/uYXKM) for details.
**[Permissions](#permissions) required:**
* *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the"
}
]
}
],
"bundled": true
}