Get Custom Fields
get_custom_fieldsRetrieve available custom fields and their valid values for a project. Use this to ensure valid field names and values before creating or updating test cases.
Instructions
Get available custom fields and their allowed values for the project.
Use this tool to discover what custom fields are available (e.g., 'Layer', 'Priority') and what values are valid for them (e.g., 'UI', 'High'). This is essential before creating or updating test cases to ensure you use valid field names and values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional case-insensitive name filter to search for specific custom fields. | |
| project_id | No | Allure TestOps project ID to fetch custom fields from. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |