MCP Atlassian

by sooperset
Verified

jira_delete_issue

Remove Jira issues by specifying the issue key using the MCP Atlassian server integration, simplifying issue management for both Cloud and Server/Data Center deployments.

Instructions

Delete an existing Jira issue

Input Schema

NameRequiredDescriptionDefault
issue_keyYesJira issue key (e.g. PROJ-123)

Input Schema (JSON Schema)

{ "properties": { "issue_key": { "description": "Jira issue key (e.g. PROJ-123)", "type": "string" } }, "required": [ "issue_key" ], "type": "object" }
ID: kc33m1kh5m