jira_create_issue
Create a new Jira issue by specifying project, summary, issue type, and optional details like priority, assignee, labels, and custom fields.
Instructions
Create a new Jira issue in a specified project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectKey | Yes | The project key where the issue will be created | |
| summary | Yes | Brief summary/title of the issue | |
| description | No | Detailed description of the issue | |
| issueType | Yes | Type of issue (e.g., Bug, Task, Story, Epic) | |
| priority | No | Priority level (e.g., High, Medium, Low) | |
| assignee | No | Username of the person to assign the issue to | |
| labels | No | Array of labels to add to the issue | |
| components | No | Array of component names | |
| customFields | No | Map of additional Jira field IDs/keys (e.g., customfield_10211) to include in the fields payload |