set_custom_field_value
Assign a value to a custom field on a ClickUp task. Provide task ID, field ID, and a value matching the field type.
Instructions
Set a custom field value on a task. The value shape depends on the field type (text, number, drop_down option id, labels array, date epoch ms, users array, etc).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| field_id | Yes | Custom field ID. | |
| value | No | Value matching the field's type. | |
| value_options | No | ||
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |