Update multiple results with individual statuses
update_test_results_multiUpdate multiple test run results in one call with status, comments, and time spent per case, choosing caseKey, code, or codeTR formats.
Instructions
Update several test run results in one call, each with its own status (numeric ID: 1=Passed 2=Untested 3=Blocked 4=Retest 5=Failed 6=Not Applicable 7=In Progress 8=Hold). caseFormat says how case values identify cases:
caseKey: the case key (e.g. MNe7x)code: the numeric part of the case code (TR0029 → "29"); supports per-item comments and timeSpentcodeTR: the full case code (e.g. TR0028) Keep batches small (~20) to avoid the API's URL length limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Results to update | |
| comments | No | Common comment (`code`/`codeTR` formats) | |
| timeSpent | No | Common time spent (`code` format) | |
| caseFormat | Yes | How cases are identified | |
| projectKey | Yes | Project key | |
| testRunKey | Yes | Test run key |