set_task_custom_field_value
Update a task's custom field with a new value. Specify the task and field IDs to modify the field's data.
Instructions
Set the value of a custom field on a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| field_id | Yes | Custom field ID. | |
| value | No | New value (shape depends on field type). | |
| value_options | No | ||
| custom_task_ids | No | Treat task_id as a custom id (requires team_id). | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |