Delete Issue
jira_delete_issueDelete a Jira issue by providing its key. Removes the specified issue from your Jira instance.
Instructions
Delete an existing Jira issue.
Args: ctx: The FastMCP context. issue_key: Jira issue key.
Returns: JSON string indicating success.
Raises: ValueError: If in read-only mode or Jira client unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | Jira issue key (e.g., 'PROJ-123', 'ACV2-642') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |