Get Test Case Custom Fields
get_test_case_custom_fieldsRetrieve custom field values for a specific test case by ID, with optional project override and output format.
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'. |