get_test_case_custom_fields
Retrieve custom field values for a test case by providing its ID, with optional project ID or name to scope the request.
Instructions
Get custom field values for a test case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| testCaseId | Yes | Test case ID. Must be a number (integer), not a string. | |
| projectId | No | Project ID. Must be a number (integer), not a string. | |
| projectName | No | Project name (alternative to projectId). |