get_manual_run
Retrieve full details of a manual test run: status, environment, release, test stats, contributors, attachments, and linked issues. Accepts internal _id or counter-style ID like 'RUN-12'.
Instructions
Get the full details of one manual test run: name, status, environment, linked release, test stats (total/passed/failed/blocked/untested), contributors, attachments, linked issues. runId accepts either the internal _id or a counter-style ID like 'RUN-12'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Internal _id or counter-style ID (required). | |
| projectId | Yes | Project ID (required). |