update_task_status
update_task_statusUpdate the status of a task. Provide either a workflow status ID or a status name for case-insensitive partial matching.
Instructions
Update the status of a task. Provide either workflow_status_id directly, or status_name (case-insensitive, partial match) to resolve it from list_workflow_statuses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update (required) | |
| workflow_status_id | No | ID of the workflow status to set. If omitted, status_name is used to resolve it. | |
| status_name | No | Status name (e.g. "In Progress", "Done"). Case-insensitive, partial match. Used when workflow_status_id is not given. |