delete_issue
Delete a Backlog issue permanently using its numeric ID or key. This removes the issue and its associated data from your project.
Instructions
Deletes an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The numeric ID of the issue (e.g., 12345) | |
| issueKey | No | The key of the issue (e.g., 'PROJ-123') |