createJiraIssue
Create a new issue in a Jira project with required project key, issue type, summary, and description. Optionally set assignee and priority for better workflow.
Instructions
Creates a new issue in a specified Jira project with the provided details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Issue title/summary | |
| assignee | No | Username of the person to assign the issue to | |
| priority | No | Issue priority (e.g., "High", "Medium", "Low") | |
| projectKey | Yes | Project key where the issue will be created (e.g., "PROJ") | |
| description | Yes | Detailed description of the issue | |
| issueTypeId | Yes | ID of the issue type to create (e.g., "10001" for Bug) |