List Custom Field Values
list_custom_field_valuesList available values for a custom field. Use filters like query, global flag, or test case search to find specific options.
Instructions
List available values for a custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Zero-based page index. | |
| size | No | Number of items per page. | |
| sort | No | Optional sort criteria, e.g. ['name,asc', 'id,desc'] | |
| query | No | Optional search query to filter values. | |
| project_id | No | Optional override for the default Project ID. | |
| var_global | No | Optional filter for global values. | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| custom_field_id | No | Project-scoped custom field ID to list values for. | |
| test_case_search | No | Optional test case search filter to match values in test cases. | |
| custom_field_name | No | Custom field name to resolve when custom_field_id is not provided. |