{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Workflow Status Categories API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Workflow Status Categories",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Status Category",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/statuscategory/:idOrKey",
"params": [
{
"name": "idOrKey",
"value": "",
"type": "path",
"description": "The ID or key of the status category."
}
]
},
"docs": "Returns a status category. Status categories provided a mechanism for categorizing [statuses](#api-rest-api-3-status-idOrName-get).
**[Permissions](#permissions) required:** Permission to access Jira."
},
{
"info": {
"name": "Atlassian Get All Status Categories",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/rest/api/3/statuscategory"
},
"docs": "Returns a list of all status categories.
**[Permissions](#permissions) required:** Permission to access Jira."
}
]
}
],
"bundled": true
}