update_task
Update a task's name, description, status, priority, category, blockers, and blocked_by, or move it to a new phase, using any combination of fields.
Instructions
Update a task with any combination of fields. Supports updating name, description, status, priority, category, blocked_by, blockers, and moving to a new phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New task name | |
| user | No | User ID for multi-user support | |
| phase | Yes | Current phase name (empty string for auto-resolve from unique match) | |
| status | No | New status (not_started/in_progress/completed/blocked) | |
| project | No | Project ID | |
| task_id | Yes | Task ID (e.g., T01) | |
| blockers | No | New blockers list | |
| category | No | New category | |
| priority | No | New priority (high/medium/low) | |
| new_phase | No | Target phase for moving the task | |
| blocked_by | No | New blocked_by task IDs | |
| description | No | New description (stored in notes column) |