v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Projects

Get all statuses for project

Returns the valid statuses for a project. The statuses are grouped by issue type, as each project has a set of valid issue types and each issue type has a set of valid statuses.

This operation can be accessed anonymously.

Permissions required: Browse Projects project permission for the project.

get/rest/api/3/project/{projectIdOrKey}/statuses

Path parameters

projectIdOrKeystring required

The project ID or project key (case sensitive).

Response

Returned if the request is successful.

idstring required

The ID of the issue type.

namestring required

The name of the issue type.

selfstring required

The URL of the issue type's status details.

subtaskboolean required

Whether this issue type represents subtasks.