Skip to content

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-categories

get-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}

FlagTypeRequiredDescription
--idOrKeystringYesThe ID or key of the status category.

Example:

bash
jr statuscategory get-status-category --idOrKey <idOrKey>