Skip to main content
Glama

JIRA MCP Server

by hackdonalds

jira_create_issue

Create a new JIRA issue by specifying project, issue type, summary, description, assignee, and priority. Streamline task management and issue tracking for AI assistants via the JIRA MCP Server.

Instructions

Create a new JIRA issue

Input Schema

NameRequiredDescriptionDefault
assigneeNoAssignee account ID
descriptionNoIssue description
issueTypeYesIssue type (e.g., Bug, Task, Story)
priorityNoPriority name
projectYesProject key
summaryYesIssue summary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "description": "Assignee account ID", "type": "string" }, "description": { "description": "Issue description", "type": "string" }, "issueType": { "description": "Issue type (e.g., Bug, Task, Story)", "type": "string" }, "priority": { "description": "Priority name", "type": "string" }, "project": { "description": "Project key", "type": "string" }, "summary": { "description": "Issue summary", "type": "string" } }, "required": [ "project", "issueType", "summary" ], "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/hackdonalds/jira-mcp'

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