tasks_update
Update task details such as title, description, status, priority, tags, due date, or assignee using any identifier. Returns a dashboard URL for quick access.
Instructions
Update a task's title, description, status, priority, tags, due date, or assignee. Accepts any identifier: UUID, short_id, or task title. The response includes a dashboard URL — always show it to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tags (replaces existing tags) | |
| title | No | New title for the task | |
| status | No | New status for the task | |
| due_date | No | New due date in ISO format, or null to clear | |
| priority | No | New priority level | |
| identifier | No | Task identifier — can be a UUID, short_id (e.g. 'hpiu09'), or task title/name | |
| description | No | New description for the task | |
| assignee_email | No | Email of a collaborator to assign this task to |