bugherd_update_task
Update a task's status, priority, description, or assignee to manage workflow stages, mark tasks complete, or reassign users.
Instructions
Update a task's status, priority, description, or assignee. Use this to mark tasks as done, move them through workflow stages, or assign them to users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The BugHerd project ID | |
| task_id | Yes | The task ID to update | |
| status | No | New status for the task (use column name from bugherd_list_columns) | |
| priority | No | New priority for the task | |
| description | No | New description for the task | |
| assigned_to_id | No | User ID to assign the task to (or null to unassign) |