clickup_edit_key_result
Update a Key Result's progress, note, name, owners, or task/list links to log progress on manual Key Results.
Instructions
Update a Key Result's progress, note, name, owners, or task/list links.
steps_current moves progress along the range set by create_key_result
(steps_start→steps_end); note attaches a short progress comment
alongside the update.
When to Use:
Logging progress on a manual (number/currency/boolean/percentage) Key Result.
When NOT to Use:
Creating a brand-new Key Result — use
clickup_create_key_result.Editing the parent Goal's own fields — use
clickup_update_goal.
Returns: A confirmation string with the Key Result's fields after the update.
Examples: params = { "key_result_id": "8480-49bc-8c57-e569747efe93", "steps_current": 4, "note": "Closed another deal this week.", }
Error Handling: 404 means the key_result_id does not exist; 400 means steps_current is outside the type's valid range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |