Skip to content

status

get-status

Get status

Returns a status. The status must be associated with an active workflow to be returned.

If a name is used on more than one status, only the status found first is returned. Therefore, identifying the status by its ID may be preferable.

This operation can be accessed anonymously.

Permissions required: Browse projects project permission for the project.

GET /rest/api/3/status/{idOrName}

FlagTypeRequiredDescription
--idOrNamestringYesThe ID or name of the status.

Example:

bash
jr status get-status --idOrName <idOrName>

get-statuses

Get all statuses

Returns a list of all statuses associated with active workflows.

This operation can be accessed anonymously.

Permissions required: Browse projects project permission for the project.

GET /rest/api/3/status

Example:

bash
jr status get-statuses