Create Launch
create_launchCreate a new test launch in Allure TestOps by providing a required name, with optional tags, links, issues, and project overrides to organize reporting.
Instructions
Create a new launch in Allure TestOps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Launch name (required). | |
| tags | No | Optional list of tags. | |
| links | No | Optional list of external links (name, url, type). | |
| issues | No | Optional list of issue dictionaries. | |
| external | No | Whether the launch is external. | |
| autoclose | No | Whether the launch auto-closes. | |
| project_id | No | Optional override for the default Project ID. | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| closed | No | ||
| external | No | ||
| autoclose | No | ||
| operation | No | ||
| project_id | No | ||
| created_date | No | ||
| new_defects_count | No | ||
| last_modified_date | No | ||
| known_defects_count | No | ||
| manual_execution_guidance | No |