jira_delete_issue
Delete a Jira issue by its key (e.g., PROJ-123). Removes the issue from the project, cleaning up outdated or unwanted items.
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 |