jira_delete_issue
Delete an existing Jira issue by providing its issue key. Removes the specified issue permanently from the project.
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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |