xray_create_test_execution
Create a new Test Execution issue in Jira/Xray by specifying a project key and summary, with optional description and custom fields.
Instructions
Creates a new Test Execution issue in Jira/Xray. Requires a project key and summary. Optionally provide a description and additional Jira fields (e.g. labels, components).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Additional Jira fields, e.g. { labels: ['nightly'], components: [{ name: 'Backend' }] }. | |
| summary | Yes | Summary / title for the new issue. | |
| projectKey | Yes | Jira project key, e.g. 'OQA10', 'GAP'. | |
| description | No | Description for the new issue. |