create_issue
Create a new Jira issue by specifying project key, summary, issue type, priority, and description.
Instructions
Create a new Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short summary of the issue | |
| priority | No | Priority (e.g., High, Medium, Low) | |
| issueType | No | Type of issue (e.g., Task, Bug, Story) | Task |
| projectKey | Yes | Project key (e.g., PROJ) | |
| description | No | Detailed description |