Jira MCP Server

delete_ticket

Remove a specific ticket from Jira by providing its issue ID or key using the API endpoint /rest/api/3/issue/{issueIdOrKey}.

Instructions

Delete a ticket on Jira on the api /rest/api/3/issue/{issueIdOrKey}

Input Schema

NameRequiredDescriptionDefault
issueIdOrKeyYesThe issue id or key

Input Schema (JSON Schema)

{ "properties": { "issueIdOrKey": { "description": "The issue id or key", "type": "string" } }, "required": [ "issueIdOrKey" ], "type": "object" }

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

ID: v7nmyscj80