delete_issue
Permanently delete a Redmine issue, including subtasks, time entries, and history. Irreversible; use a closed status like Cancelled when possible.
Instructions
Permanently delete an issue.
WARNING: this is irreversible and takes the issue's subtasks, time entries, and history with it. Redmine has no trash can. Prefer moving to a closed status (e.g. Cancelled) when the goal is only to take it off the board.
Args: issue_id: ID of the issue to delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |