add_workflow_status
Add a new workflow status to a project, defining its name, color, category, and timer triggers.
Instructions
Add a new workflow status to a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the status (e.g. "QA Review") | |
| color | No | Hex code or color name | |
| category | No | Category (TODO, IN_PROGRESS, DONE, BACKLOG) | |
| projectId | Yes | Project UUID | |
| stopTimerTriggers | No | Stop timer when entering this status | |
| startTimerTriggers | No | Start timer when entering this status |