v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Status

Bulk get statuses by name

Returns a list of the statuses specified by one or more status names.

Permissions required:

get/rest/api/3/statuses/byNames

Query parameters

namestring[] required

The list of status names. To include multiple names, provide an ampersand-separated list. For example, name=nameXX&name=nameYY.

Min items 1, Max items 50

projectIdstring

The project the status is part of or null for global statuses.

Response

Returned if the request is successful.

descriptionstring

The description of the status.

idstring

The ID of the status.

namestring

The name of the status.

statusCategory'TODO' | 'IN_PROGRESS' | 'DONE'

The category of the status.