Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

edit_ticket

Update Jira ticket details, including summary, description, labels, and parent key, via the /rest/api/3/issue/{issueIdOrKey} API. Simplify ticket management with structured input fields.

Instructions

Edit a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}. Do not use markdown in any field.

Input Schema

NameRequiredDescriptionDefault
descriptionNoThe description of the ticket
issueIdOrKeyYesThe issue id or key
labelsNoThe labels of the ticket
parentNoThe key of the parent ticket (the epic)
summaryNoThe summary of the ticket

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "The description of the ticket", "type": "string" }, "issueIdOrKey": { "description": "The issue id or key", "type": "string" }, "labels": { "description": "The labels of the ticket", "items": { "type": "string" }, "type": "array" }, "parent": { "description": "The key of the parent ticket (the epic)", "type": "string" }, "summary": { "description": "The summary of the ticket", "type": "string" } }, "required": [ "issueIdOrKey" ], "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