Skip to main content
Glama

JIRA MCP Server

by hackdonalds

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

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" }

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