update_task_status
Change task status to todo, in_progress, or done and notify project viewers in real time.
Instructions
Change the status of a task (todo, in_progress, done). This triggers a real-time notification to users viewing the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status for the task | |
| task_id | Yes | The ID of the task to update |