update_custom_field_value
Update custom field values on a TestLink test case version by specifying the exact project ID and version. This ensures changes apply to the right record.
Instructions
Write one or more custom field values on a test case (tl.updateTestCaseCustomFieldDesignValue). Requires the exact version and project id the field values belong to — TestLink stores custom field values per test case version, not just per external id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | ||
| customFields | Yes | Custom field values to set, e.g. [{name:'CF_PRIORITY', value:'High'}]. | |
| testProjectId | Yes | ||
| testCaseExternalId | Yes |