jira_delete
Irreversibly delete a JIRA issue. Requires confirm: true to proceed; otherwise returns an error.
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 |
|---|---|---|---|
| key | Yes | JIRA issue key to delete (e.g., `PROJ-123`). | |
| confirm | Yes | Must be set to `true` — destructive guard. |