jira_delete_issue
Delete a Jira issue, with the option to also delete its subtasks.
Instructions
Delete a Jira issue. Optionally delete its subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The issue key to delete (e.g., PROJ-123) | |
| deleteSubtasks | No | Whether to also delete subtasks (default: false) |