create_status
Define custom task statuses with color and description to organize workflow and track task progress.
Instructions
Create a custom task status with optional color and description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Status name | |
| color | No | Hex color code | |
| isDefault | No | Make this the default status for new tasks | |
| description | No | Status description |