get_manual_run
Retrieve complete details of a manual test run including status, environment, release linkage, test statistics, contributors, attachments, and linked issues by providing project ID and run ID.
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). |