create_test
Create a new test in Jira using Xray, specifying project, summary, test type, and optional details like description, labels, and priority.
Instructions
Create a new test in Jira with Xray
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | Jira project key (e.g., PROJ) | |
| summary | Yes | Test summary/title | |
| description | No | Test description (optional) | |
| test_type | No | Test type: Manual, Cucumber, or Generic (default: Manual) | Manual |
| labels | No | Comma-separated labels (optional) | |
| priority | No | Priority name (e.g., High, Medium, Low) |