clickup_update_task
Update a ClickUp task's name, description, status, priority, assignees, dates, time estimate, parent, and archive status using the task ID.
Instructions
Update a task. Assignees use add/rem arrays, not a flat list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ClickUp task ID | |
| name | No | New task name | |
| description | No | New description | |
| markdown_description | No | New description in markdown | |
| status | No | New status | |
| priority | No | Priority: 1=urgent, 2=high, 3=normal, 4=low | |
| assignees | No | Assignee changes (add/rem) | |
| due_date | No | Due date as Unix timestamp in milliseconds | |
| due_date_time | No | ||
| start_date | No | Start date as Unix timestamp in milliseconds | |
| start_date_time | No | ||
| time_estimate | No | Time estimate in milliseconds | |
| parent | No | Move to new parent (set null to unparent) | |
| archived | No | Archive/unarchive the task |