Status
Search statuses paginated
Returns a paginated list of statuses that match a search on name or project.
Permissions required:
- Administer projects project permission.
- Administer Jira project permission.
get/rest/api/2/statuses/search
Query parameters
projectIdstring
The project the status is part of or null for global statuses.
startAtinteger
The index of the first item to return in a page of results (page offset).
maxResultsinteger
The maximum number of items to return per page.
searchStringstring
Term to match status names against or null to search for all statuses in the search scope.
statusCategorystring
Category of the status to filter by. The supported values are: TODO, IN_PROGRESS, and DONE.
includeGlobalStatusesboolean
Whether to include global statuses (scope = null, not tied to any project) in the response. Defaults to false. Only relevant for project scoped queries.
Response
Returned if the request is successful.