Get Test Case Custom Fields
get_test_case_custom_fieldsRetrieve custom field values for a specific test case by providing its ID. Get the data needed to understand test case metadata and configuration.
Instructions
Retrieve custom field values for a specific test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Optional override for the default Project ID. | |
| test_case_id | Yes | The ID of the test case to retrieve custom fields for | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_case_id | No | ||
| custom_fields | No | Custom-field values as named entries or a value map. |