create_test_execution
Create a test execution in Jira Xray by specifying project and summary. Optionally add test plan, environments, or test keys.
Instructions
Create a new test execution in Jira with Xray
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., PROJ) | |
| summary | Yes | Test execution summary/title | |
| description | No | Test execution description (optional) | |
| test_plan_key | No | Test plan key to associate with (optional) | |
| test_environments | No | Comma-separated test environments (optional) | |
| tests | No | Comma-separated test keys to add to execution (optional) |