clickup_task_update
Modify ClickUp tasks by updating name, description, priority, status, or assignees to keep project management current and organized.
Instructions
Update an existing ClickUp task
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| add_assignees | No | User IDs to add as assignees | |
| description | No | New description | |
| name | No | New task name | |
| priority | No | New priority (1=urgent, 2=high, 3=normal, 4=low) | |
| rem_assignees | No | User IDs to remove from assignees | |
| status | No | New status | |
| task_id | Yes | Task ID |