update_task_custom_fields
Set custom field values on a specified task using task UUID and a map of custom field UUIDs to values.
Instructions
Set custom field values on a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Space | No | Optional sub-space ID for further scoping inside the workspace. | |
| task_id | Yes | Task UUID or slug. | |
| Organization | No | Workspace (organization) ID the request is scoped to. | |
| custom_fields | Yes | Map of custom field UUID → value. |