jira_create_issue
Create a new issue in Jira with detailed project information, including summary, description, issue type, assignee, reporter, and sprint. Streamline project management tasks by integrating Jira functionality via the MCP server.
Instructions
Creates a new issue in a Jira project with specified details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiToken | No | API token for Jira authentication | |
assigneeName | No | The display name of the person to assign the issue to | |
description | Yes | Issue description in ADF (Atlassian Document Format). REQUIRED: Must be an object with structure: {"type": "doc", "version": 1, "content": [{"type": "paragraph", "content": [{"type": "text", "text": "Your description text"}]}]} | |
No | Email address associated with the Jira account | ||
issueType | No | Type of issue (e.g., 'Task', 'Bug', 'Story') | Task |
jiraHost | No | The Jira host URL (e.g., 'your-domain.atlassian.net') | |
projectKey | Yes | The Jira project key (e.g., 'PROJECT') | |
reporterName | No | The display name of the person reporting the issue | |
sprintId | No | ID of the sprint to add the issue to | |
summary | Yes | The title/summary of the issue |