Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

create_ticket

Generate and submit a Jira ticket via API by specifying project key, summary, description, issue type, and optional parent ticket key for organization.

Instructions

Create a ticket on Jira on the api /rest/api/3/issue. Do not use markdown in any field.

Input Schema

NameRequiredDescriptionDefault
descriptionYesThe description of the ticket
issuetypeYes
parentNoThe key of the parent ticket (the epic)
projectYes
summaryYesThe summary of the ticket

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the ticket", "type": "string" }, "issuetype": { "properties": { "name": { "description": "The name of the issue type", "type": "string" } }, "required": [ "name" ], "type": "object" }, "parent": { "description": "The key of the parent ticket (the epic)", "type": "string" }, "project": { "properties": { "key": { "description": "The project key", "type": "string" } }, "required": [ "key" ], "type": "object" }, "summary": { "description": "The summary of the ticket", "type": "string" } }, "required": [ "project", "summary", "description", "issuetype" ], "type": "object" }

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/KS-GEN-AI/jira-mcp-server'

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