update_task
Modify ClickUp task fields: change name, status, priority, points, description, assignees, or parent. Only specified fields are updated, preserving others.
Instructions
Update fields on a task. Only specified fields are changed.
Args: task_id: Task ID (custom like DEV-1234 or UUID). name: New task name. status: New status (e.g., "done", "in progress", "in review"). priority: 1=urgent, 2=high, 3=normal, 4=low. points: Story points. description: Replace entire description. Use append_description to add text instead. append_description: Append text to existing description (separated by newline). assignee_add: User ID to add as assignee. assignee_remove: User ID to remove from assignees. parent_task_id: Parent task ID to nest this task under (custom like DEV-1234 or UUID), including re-parenting a task that has never had a parent. Setting this also moves the task to the parent's list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| points | No | ||
| status | No | ||
| task_id | Yes | ||
| priority | No | ||
| description | No | ||
| assignee_add | No | ||
| parent_task_id | No | ||
| assignee_remove | No | ||
| append_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |