clickup_update_task
Update any ClickUp task by providing its ID and modifying fields like name, description, status, priority, due date, and assignees.
Instructions
Update a ClickUp task by task_id
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ClickUp task ID | |
| name | No | ||
| description | No | ||
| status | No | Status name in the list | |
| priority | No | 1=urgent, 2=high, 3=normal, 4=low | |
| due_date | No | Unix timestamp in milliseconds | |
| assignees_add | No | User IDs to add as assignees | |
| assignees_rem | No | User IDs to remove from assignees |