tasks_update
Modify existing ClickUp tasks by updating their name, description, assignees, status, start and due dates.
Instructions
Update an existing ClickUp task's properties including name, description, assignees, status, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The new name of the task | |
| status | No | The new status of the task | |
| task_id | Yes | The ID of the task to update | |
| due_date | No | The new due date of the task (Unix timestamp) | |
| priority | No | The new priority of the task (1-4) | |
| assignees | No | The IDs of the users to assign to the task | |
| task_type | No | Task type name — e.g. "Bug", "Feature", "Milestone". Must match an existing task type in the workspace. | |
| notify_all | No | Whether to notify all assignees | |
| start_date | No | The new start date of the task (Unix timestamp) | |
| description | No | The new description of the task | |
| due_date_time | No | Whether the due date includes a time | |
| time_estimate | No | The new time estimate for the task (in milliseconds) | |
| start_date_time | No | Whether the start date includes a time |