set_test_case_custom_fields
Add custom field values to a test case through bulk API. Supports grouped and flat value structures for flexible updates.
Instructions
Add custom field values for a test case via bulk API. Supports grouped values [{ customField: { id }, values: [{ id|name }] }] and flat values [{ id|name, customField: { id } }].
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). | |
| payload | Yes |