get_manual_test_case
Fetch full details of a manual test case: steps, preconditions, custom fields, and embedded activity (latest comments, version history, execution results, linked issues).
Instructions
Retrieve detailed information of a single manual test case, including steps, custom fields, preconditions, and all metadata. Activity is included inline: comments (latest), versions (latest 20 of the version history), results (latest 100 execution results across every manual run that ran this case), and linkedIssues (Jira tickets linked to the case). versions and results are READ-ONLY — they reflect what happened, you cannot mutate them. Use update_manual_test_case to add comments (updates.comments) or link issues (updates.issues).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Test case ID (Required). Can be internal _id or human-readable ID like 'TC-123'. | |
| projectId | Yes | Project ID (Required). The TestDino project identifier. |