Update Custom Field Value
update_custom_field_valueUpdate an existing custom field value by providing its ID and a new name. Requires confirmation to proceed.
Instructions
Update an existing custom field value. ⚠️ CAUTION: Destructive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name for the custom field value. | |
| cfv_id | Yes | Custom field value ID to update. | |
| confirm | No | Must be set to True to proceed with update. Safety measure. | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| custom_field_id | No | Project-scoped custom field ID (optional, resolves by name if missing). | |
| custom_field_name | No | Custom field name to resolve when custom_field_id is not provided. |