update_task
Update a ClickUp task by name or ID, with optional list name to narrow search. Modify name, description, status, priority, or due date.
Instructions
Update an existing task in ClickUp. Supports direct name-based lookup for tasks - no need to know the task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | No | ID of the task to update (optional if using taskName instead) | |
| taskName | No | Name of the task to update - will automatically find the task by name (optional if using taskId instead) | |
| listName | No | Optional: Name of the list to narrow down task search | |
| name | No | New name of the task | |
| description | No | New description of the task | |
| status | No | New status of the task | |
| priority | No | New priority of the task (1-4) | |
| dueDate | No | New due date of the task (ISO string) |