update-status
Modify existing project or task status properties including name, type, color, position, default setting, and activation state.
Instructions
Update an existing status
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status_id | Yes | The status ID (status_id) | |
| name | No | Status name | |
| status_type | No | 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) |