Update Task
update_taskUpdate any property of an existing task without affecting other fields. Clear any field by setting it to null.
Instructions
Updates any property of an existing task. Only include fields you want to change. Set a field to null to clear it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Board card ID (e.g. col-1773256154568) | |
| taskNumber | No | Task number from the # column | |
| title | No | New title | |
| type | No | Task type | |
| priority | No | Priority level | |
| description | No | Description text, or null to clear | |
| assignee | No | Member UID, or null to unassign | |
| assignedBy | No | Reporter UID, or null to clear | |
| parentTask | No | Parent task number, or null to clear | |
| dueDate | No | Due date, or null to clear | |
| startDate | No | Start date, or null to clear | |
| labels | No | Labels, or null to clear | |
| storyPoints | No | Story points, or null to clear | |
| color | No | Color, or null to clear | |
| archived | No | Archive or unarchive the task |