Statuses
Create status
Creates a new status in a workspace.
POST
Create status
Requires the
workspaces:write scope. Only workspace owners and admins can create statuses.Request body
Numeric ID of the workspace to create the status in.
Status label.
Status category. Must be one of
pending, in_progress, completed, or cancelled.Optional icon slug.
Optional color value. Defaults to
"gray" if not provided.Response
Returns the created status. Theposition is automatically assigned as one greater than the current maximum position in the workspace.
New status identifier.
Workspace this status belongs to.
Status label.
Icon slug.
null if not provided.Color value. Defaults to
"gray".Status category.
Auto-assigned sort position.
UTC ISO-8601 creation timestamp.
Create status