Update task
update-taskModify any subset of a task's fields while leaving others unchanged. Use clear_* flags to remove specific values; required for participants or team leads.
Instructions
Update any subset of a task's fields (PATCH semantics: omitted fields are untouched). Use the clear_* flags to clear a field. Editing requires the key's owner to be a participant or a team lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Task key like OPS-42 | |
| title | No | ||
| due_at | No | ISO 8601 timestamp, e.g. 2026-09-01T00:00:00Z (a bare date like 2026-09-01 is accepted too) | |
| labels | No | Replaces the label set. Label uuids or names; [] to remove all | |
| status | No | Status uuid, semantic (todo|in_progress|blocked|done) or column name | |
| priority | No | ||
| assignees | No | Replaces the assignee set. Member uuids, emails or names; [] to unassign | |
| description | No | ||
| clear_due_at | No | ||
| clear_priority | No | ||
| estimate_hours | No | ||
| clear_description | No | ||
| clear_estimate_hours | No |