clickup_update_task
Modify ClickUp task details including name, description, priority, due date, tags, time estimates, assignees, and parent relationships using the task ID.
Instructions
Update a task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignees | No | User IDs to add or remove from the task | |
due_date | No | Due date as Unix timestamp in milliseconds | |
markdown_description | No | Task description in markdown format | |
name | No | Task name | |
parent | No | Parent task ID to move this task as a subtask | |
priority | No | Task priority (1-4): 1=Urgent, 2=High, 3=Normal, 4=Low | |
tags | No | Array of tag names to add to the task | |
task_id | Yes | ClickUp task ID | |
time_estimate | No | Time estimate in milliseconds |