jira_create_issue
Generate a new JIRA issue by specifying project key, issue type, summary, and optional details like description, assignee, and priority using the JIRA MCP Server.
Instructions
Create a new JIRA issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignee | No | Assignee account ID | |
description | No | Issue description | |
issueType | Yes | Issue type (e.g., Bug, Task, Story) | |
priority | No | Priority name | |
project | Yes | Project key | |
summary | Yes | Issue summary |