Internal
Create a new instance of the service.
Returns a list of all status categories.
Permissions required: Permission to access Jira.
Returned if the request is successful.
example:
[
{
"colorName": "yellow",
"id": 1,
"key": "in-flight",
"name": "In Progress",
"self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
},
{
"colorName": "green",
"id": 9,
"key": "completed",
"self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/9"
}
]
Returns a status category. Status categories provided a mechanism for categorizing statuses.
Permissions required: Permission to access Jira.
The ID or key of the status category.
Returned if the request is successful.
example:
{
"colorName": "yellow",
"id": 1,
"key": "in-flight",
"name": "In Progress",
"self": "https://your-domain.atlassian.net/rest/api/3/statuscategory/1"
}
Protected
Static
initialize
This resource represents status categories. Use it to obtain a list of all status categories and the details of a category. Status categories provided a mechanism for categorizing statuses.
See
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories