create_execution
Schedule a test execution in a Zephyr cycle by providing the issue, cycle, project, and version. Optionally set folder and assignee.
Instructions
Schedule a test (create an execution) in a cycle.
issue is the Zephyr test issue (key or id; prefer the id when you have it).
cycle_id is the target cycle (-1 = Ad hoc). project/version accept
keys/names or ids (prefer ids when you have them, to skip a lookup; -1 =
Unscheduled). Optionally set
folder_id and assignee. Returns a map keyed by the new execution id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| cycle_id | Yes | ||
| project | Yes | ||
| version | Yes | ||
| folder_id | No | ||
| assignee | No | ||
| assignee_type | No |