Optionalparameters: {OptionalincludeGlobalStatuses?: booleanWhether to include global statuses (scope = null, not tied to any project) in the response. Defaults to false. Only relevant for project scoped queries.
OptionalmaxResults?: numberThe maximum number of items to return per page.
OptionalprojectId?: stringThe project the status is part of or null for global statuses.
OptionalsearchString?: stringTerm to match status names against or null to search for all statuses in the search scope.
OptionalstartAt?: numberThe index of the first item to return in a page of results (page offset).
OptionalstatusCategory?: stringCategory of the status to filter by. The supported values are: TODO, IN_PROGRESS, and DONE.
Optionaloptions: RequestOptions
Returns a paginated list of statuses that match a search on name or project.
Permissions required: