Skip to main content
Glama

JIRA MCP Server

jira_create_issue

Create a JIRA issue by specifying project key, summary, issue type, and optional details like priority, assignee, and labels. Streamlines the process of ticket creation directly within your workflow.

Instructions

Creates a new JIRA issue with specified parameters

Input Schema

NameRequiredDescriptionDefault
assigneeNo
componentsNo
customFieldsNo
descriptionNo
environmentNo
fixVersionsNo
issueTypeYes
labelsNo
parentIssueKeyNo
priorityNo
projectKeyYes
storyPointsNo
summaryYes
timeEstimateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignee": { "maxLength": 255, "minLength": 1, "type": "string" }, "components": { "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "maxItems": 5, "type": "array" }, "customFields": { "additionalProperties": {}, "type": "object" }, "description": { "maxLength": 32767, "type": "string" }, "environment": { "maxLength": 32767, "type": "string" }, "fixVersions": { "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "maxItems": 3, "type": "array" }, "issueType": { "maxLength": 50, "minLength": 1, "type": "string" }, "labels": { "items": { "maxLength": 255, "minLength": 1, "type": "string" }, "maxItems": 10, "type": "array" }, "parentIssueKey": { "pattern": "^[A-Z]+-\\d+$", "type": "string" }, "priority": { "enum": [ "Highest", "High", "Medium", "Low", "Lowest" ], "type": "string" }, "projectKey": { "maxLength": 50, "minLength": 1, "pattern": "^[A-Z0-9_]+$", "type": "string" }, "storyPoints": { "maximum": 100, "minimum": 0, "type": "integer" }, "summary": { "maxLength": 255, "minLength": 1, "type": "string" }, "timeEstimate": { "pattern": "^\\d+[wdhm]$", "type": "string" } }, "required": [ "projectKey", "summary", "issueType" ], "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/Dsazz/mcp-jira'

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