add_tests_to_cycle_from_list
Add specified test issues as new UNEXECUTED executions directly into a test cycle. Supports both synchronous waiting and async token return.
Instructions
Add an explicit list of tests to a cycle as new UNEXECUTED executions.
issues is a list of Zephyr Test issue keys/ids (e.g. ["PROJ-1", "PROJ-2"]);
a comma-separated string is also accepted and split automatically.
project/version accept keys/names or ids (prefer ids to skip a lookup;
-1 = Unscheduled). Async: with wait=True (default) polls to completion
and returns the final job payload; with wait=False returns {jobProgressToken}.
New executions always start with status UNEXECUTED. To carry over existing
execution statuses and defect links from another cycle, use
copy_executions_to_cycle instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| issues | Yes | ||
| assignee_type | No | ||
| folder_id | No | ||
| wait | No | ||
| timeout | No |