get_test_case
Retrieve a full test case record including steps, custom fields, dependencies, and share link, plus optional linked autotests and edit history, to review complete details.
Instructions
Get a single test case with full details including steps, custom fields, dependencies, shareUrl for sharing, and optionally linked autotests and edit history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Internal numeric test case id (the "id" from list_test_cases / get_test_case / create_test_case). This is NOT the user-facing "TC-N" number (caseNumber/displayId) - if the user gave you a "TC-N", resolve it first via list_test_cases(search: "TC-N") and use the returned id. Project is derived from the case. | |
| includeHistory | No | Include edit history (audit log of changes) | |
| includeLinkedAutotests | No | Include explicitly linked autotest paths | |
| includeRecentExecutions | No | Include recent autotest execution results from CI runs |