statuscategory
get-status-categories
Get all status categories
Returns a list of all status categories.
Permissions required: Permission to access Jira.
GET /rest/api/3/statuscategory
Example:
bash
jr statuscategory get-status-categoriesget-status-category
Get status category
Returns a status category. Status categories provided a mechanism for categorizing statuses.
Permissions required: Permission to access Jira.
GET /rest/api/3/statuscategory/{idOrKey}
| Flag | Type | Required | Description |
|---|---|---|---|
--idOrKey | string | Yes | The ID or key of the status category. |
Example:
bash
jr statuscategory get-status-category --idOrKey <idOrKey>