Skip to main content
Glama

Jira MCP Server

create_jira_issue

Create a new Jira issue with specified project, summary, description, and issue type. Automatically handles common issue types like 'Bug', 'Task', 'Story', and 'Epic'. Supports additional fields for customization.

Instructions

Create a new Jira issue. Common issue types include 'Bug', 'Task', 'Story', 'Epic' (capitalization handled automatically)

Input Schema

NameRequiredDescriptionDefault
descriptionYesIssue description
fieldsNoAdditional fields for the issue (optional)
issue_typeYesIssue type (e.g., 'Bug', 'Task', 'Story', 'Epic', 'New Feature', 'Improvement'). IMPORTANT: Types are case-sensitive and vary by Jira instance.
projectYesProject key (e.g., 'MYPROJ')
summaryYesIssue summary/title

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Issue description", "type": "string" }, "fields": { "description": "Additional fields for the issue (optional)", "type": "object" }, "issue_type": { "description": "Issue type (e.g., 'Bug', 'Task', 'Story', 'Epic', 'New Feature', 'Improvement'). IMPORTANT: Types are case-sensitive and vary by Jira instance.", "type": "string" }, "project": { "description": "Project key (e.g., 'MYPROJ')", "type": "string" }, "summary": { "description": "Issue summary/title", "type": "string" } }, "required": [ "project", "summary", "description", "issue_type" ], "type": "object" }
Install Server

Other Tools from Jira MCP Server

Related Tools

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/InfinitIQ-Tech/mcp-jira'

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