Bulk update test run results
bulk_update_test_resultsSet a single status for many test results in a test run, targeting the entire run, selected modules, or specific case codes, with optional assignee and comment.
Instructions
Set one status (and optionally assignee/comment) across many results of a test run. by selects the target:
run: every case in the run (status only)modules: all cases in the given modules (moduleKeys required)cases: the given case codes, e.g. TR001 (caseCodes required) For per-case different statuses use update_test_results_multi instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Update target | |
| status | Yes | Status to set | |
| assignee | No | Assignee user ID (by `modules` or `cases`; see get_test_run_metadata) | |
| comments | No | Comment for the update | |
| caseCodes | No | Case codes like TR001 (by `cases`) | |
| moduleKeys | No | Module keys (by `modules`) | |
| projectKey | Yes | Project key | |
| testRunKey | Yes | Test run key |