read_test_case
Fetch test case details by internal ID, external ID, or with a specific version. Retrieve complete test case information from TestLink for given identifiers.
Instructions
Fetch a test case by internal id, or by external id (+ optional version) (tl.getTestCase).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Specific version; omit for latest. | |
| testCaseId | No | Internal numeric test case id. | |
| testCaseExternalId | No | External id, e.g. 'PROJ-12'. |