Update Custom Field Value
update_custom_field_valueUpdates an existing custom field value in Allure TestOps by specifying the custom field value ID and a new name. Requires a confirmation flag to proceed, preventing accidental modifications.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| action | No | Requested operation name. | |
| cfv_id | No | ||
| custom_field_id | No | ||
| custom_field_name | No | ||
| requires_confirmation | No |