jira_create_issue
Create a new Jira issue by providing the project key, issue type, and summary. Optionally add priority and a detailed description to capture complete requirements.
Instructions
Create a new issue in Jira
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | The summary/title of the issue | |
| priority | No | The priority of the issue (e.g., High, Medium, Low) | |
| issueType | Yes | The type of issue to create (e.g., Bug, Task, Story) | |
| projectKey | Yes | The key of the project to create the issue in | |
| description | No | The description of the issue |