jira_delete
Delete a JIRA issue permanently. Requires explicit confirmation to prevent accidental data loss.
Instructions
Delete a JIRA issue. DESTRUCTIVE AND IRREVERSIBLE. You must explicitly pass confirm: true for the deletion to proceed; otherwise the tool returns an error without contacting the API. Returns YAML {status: ok} on success. Mirrors omni-dev atlassian jira delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be set to `true` — destructive guard. | |
| key | Yes | JIRA issue key to delete (e.g., `PROJ-123`). |