delete_issue
Permanently delete a Jira issue using its unique key. Optionally remove associated subtasks. This irreversible action requires careful consideration.
Instructions
Permanently delete a Jira issue. This action cannot be undone. Use with caution. Returns success confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key (e.g., "PROJ-123") to delete. This is the unique identifier for the issue. | |
| deleteSubtasks | No | Whether to also delete all subtasks of this issue. Defaults to false (subtasks will remain). |