set_custom_field_value
Update a task's custom field by providing the task ID, field ID, and the desired value. Assign data to any custom field type directly through the ClickUp API without navigating the interface.
Instructions
Set the value of a custom field on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | The value to set (type depends on the field type) | |
| task_id | Yes | The task ID | |
| field_id | Yes | The custom field ID |