update_test_run
Update the result of a specific test run in a test execution, optionally adding comments and linking defects.
Instructions
Update the result of a test run within a test execution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| test_execution_key | Yes | Test Execution issue key (e.g., PROJ-456) | |
| test_key | Yes | Test issue key (e.g., PROJ-123) | |
| status | Yes | Test run status | |
| comment | No | Comment about the test run (optional) | |
| defects | No | Comma-separated defect keys (optional) |