create-status
Create a new status for projects or tasks by specifying name, type (project or task), color, position, and default settings.
Instructions
Create a new status for projects or tasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Status name | |
| color | No | Color for status visualization (hex code) | |
| active | No | Active status (1=active, 0=inactive) | |
| position | No | Position for ordering statuses | |
| is_default | No | Whether this should be the default status | |
| status_type | Yes | Type of status (project or task) |