Skip to main content
Glama

Jira MCP Server

jira_create_issue

Create a new issue in a Jira project by specifying details like project key, summary, description, issue type, assignee, and sprint. Integrates with Jira MCP Server to manage tasks and projects efficiently.

Instructions

Creates a new issue in a Jira project with specified details

Input Schema

NameRequiredDescriptionDefault
apiTokenNoAPI token for Jira authentication
assigneeNameNoThe display name of the person to assign the issue to
descriptionYesIssue 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"}]}]}
emailNoEmail address associated with the Jira account
issueTypeNoType of issue (e.g., 'Task', 'Bug', 'Story')Task
jiraHostNoThe Jira host URL (e.g., 'your-domain.atlassian.net')
projectKeyYesThe Jira project key (e.g., 'PROJECT')
reporterNameNoThe display name of the person reporting the issue
sprintIdNoID of the sprint to add the issue to
summaryYesThe title/summary of the issue

Input Schema (JSON Schema)

{ "properties": { "apiToken": { "default": "", "description": "API token for Jira authentication", "type": "string" }, "assigneeName": { "description": "The display name of the person to assign the issue to", "type": "string" }, "description": { "description": "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\"}]}]}", "type": "object" }, "email": { "default": "", "description": "Email address associated with the Jira account", "type": "string" }, "issueType": { "default": "Task", "description": "Type of issue (e.g., 'Task', 'Bug', 'Story')", "type": "string" }, "jiraHost": { "default": "", "description": "The Jira host URL (e.g., 'your-domain.atlassian.net')", "type": "string" }, "projectKey": { "description": "The Jira project key (e.g., 'PROJECT')", "type": "string" }, "reporterName": { "description": "The display name of the person reporting the issue", "type": "string" }, "sprintId": { "description": "ID of the sprint to add the issue to", "type": "string" }, "summary": { "description": "The title/summary of the issue", "type": "string" } }, "required": [ "projectKey", "summary", "description" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/samuelrizzo/jira-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server