update_test_case
Modify an existing test case by external ID, updating summary, steps, preconditions, importance, or execution type. To update custom fields, use the dedicated custom field tool instead.
Instructions
Update fields on an existing test case, identified by external id (tl.updateTestCase). To write custom field values, use update_custom_field_value instead — tl.updateTestCase has no custom field parameter of its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | ||
| summary | No | ||
| version | No | ||
| importance | No | ||
| testCaseName | No | ||
| executionType | No | ||
| preconditions | No | ||
| testCaseExternalId | Yes |