start_task
Starts an AI task by moving it to In Progress, setting AI status to PROCESSING, and returning full context including task, comments, GitHub info, and columns. Accepts task ID or number.
Instructions
Start working on an AI task. Moves task to In Progress, sets AI status to PROCESSING, returns full context (task, comments, GitHub info, columns). Accepts taskId OR taskNumber. Call this FIRST for every AI task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | Task ID (provide this OR taskNumber) | |
| teamId | No | Team ID (auto from session if omitted) | |
| projectId | No | Project ID (auto from session if omitted) | |
| taskNumber | No | Human-readable task number, e.g. 43 |