jira_create_issue
Create new Jira issues in specified projects by providing summary, description, issue type, priority, assignee, labels, and components through the MCP Jira Server.
Instructions
Create a new Jira issue in a specified project
Input Schema
TableJSON 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 |