boardagent_update_task
Update an existing board task's status, priority, due date, notes, metadata, and other fields by ID; requires write role and merges metadata into the agent namespace.
Instructions
Update a task. Metadata is merged into agent_id's namespace. Requires write role.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| due | No | ||
| tags | No | ||
| links | No | ||
| notes | No | ||
| title | No | ||
| status | No | ||
| project | No | ||
| agent_id | No | ||
| estimate | No | ||
| metadata | No | ||
| priority | No | ||
| description | No | ||
| dependencies | No | ||
| custom_fields | No | ||
| acceptance_criteria | No |