Create Launch
create_launchCreate a launch in Allure TestOps by specifying a name and optional parameters such as tags, issues, links, auto-close, external flag, and project ID.
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'. |