Jira MCP Server

delete_issue

Delete a Jira issue or subtask

Input Schema

NameRequiredDescriptionDefault
issueKeyYesKey of the issue to delete

Input Schema (JSON Schema)

{ "properties": { "issueKey": { "description": "Key of the issue to delete", "type": "string" } }, "required": [ "issueKey" ], "type": "object" }