Create Custom Field Value
create_custom_field_valueAdd a new option for a custom field in Allure TestOps, using the field ID or name. Specify the value name and optional project override. Output as plain text or JSON.
Instructions
Create a new custom field value option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new custom field value. | |
| 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 to create a value for. | |
| custom_field_name | No | Custom field name to resolve when custom_field_id is not provided. |