Create Custom Field Value
create_custom_field_valueCreate a new custom field value option in Allure TestOps. Specify the value's name and optionally target a project or custom field by ID or name.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| custom_field_id | No | ||
| custom_field_name | No |