create-status
Create custom statuses for projects and tasks in Float, allowing you to define names, types, colors, and ordering to track workflow stages.
Instructions
Create a new status for projects or tasks
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Status name | |
| status_type | Yes | Type of status (project or task) | |
| color | No | Color for status visualization (hex code) | |
| position | No | Position for ordering statuses | |
| is_default | No | Whether this should be the default status | |
| active | No | Active status (1=active, 0=inactive) |