update_status
Move a claimed task to a new status while enforcing legal workflow transitions. Rejects illegal jumps and requires holding the claim.
Instructions
Move a task you have claimed to a new status. Legal moves are todo -> in_progress -> review -> done (plus in_progress -> todo to hand work back). Illegal jumps are rejected. You must hold the claim on the task, and the board must have a list for the target status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Target status: todo, in_progress, review or done. | |
| task_id | Yes | Task id you currently hold a claim on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||