clickup_goal_update
Update ClickUp goal fields like name, description, and due date. Modify key results separately to automatically calculate progress percentages.
Instructions
Modify a ClickUp goal's top-level fields (name, description, due date). To change progress, update the goal's key results instead via clickup_goal_update_kr — the goal's percent complete is derived automatically. Returns the updated goal object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | New goal description. Markdown supported. | |
| due_date | No | New due date as a Unix timestamp in milliseconds (e.g. 1735689600000 for 2025-01-01). | |
| goal_id | Yes | ID of the goal to update. Obtain from clickup_goal_list (field: id). | |
| name | No | New goal title. Omit to keep current name. |