set_custom_field_value
Set or update a custom field value on a ClickUp task by providing the task ID, field ID, and desired value.
Instructions
Set a custom field value on a ClickUp task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The value to set (string, number, or object depending on field type) | |
| task_id | Yes | The ID of the task | |
| field_id | Yes | The ID of the custom field |