create_status
Add a status to a board for organizing tasks. Specify title, description, color, and order index.
Instructions
Create a status on a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| color | No | Hex color string. | |
| order | No | Optional explicit order index. | |
| title | Yes | ||
| board_id | Yes | ||
| description | No | ||
| Organization | No | Workspace (organization) ID the request is scoped to. |