update_task
Update task properties including title, description, status, priority, and assignee. Provide the task ID or task number to specify which task to modify.
Instructions
Update task properties. Do NOT use this to move columns — use start_task/complete_ai_task instead. Accepts taskId OR taskNumber. IMPORTANT: title/description in English.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| status | No | OPEN | IN_PROGRESS | RESOLVED | CLOSED | |
| taskId | No | Task ID (provide this OR taskNumber) | |
| teamId | No | Team ID (auto from session if omitted) | |
| aiStatus | No | NONE | QUEUED | PROCESSING | |
| priority | No | LOW | MEDIUM | HIGH | CRITICAL | |
| projectId | No | Project ID (auto from session if omitted) | |
| assigneeId | No | User ID (empty string to unassign) | |
| taskNumber | No | Human-readable task number, e.g. 43 | |
| description | No | New description |