jira_version_delete
Delete a JIRA project version. Optionally reassign affected issues before deletion. Requires explicit confirmation to proceed.
Instructions
Delete a JIRA project version (by version_id from jira_version_list). Optionally reassign affected issues first via move_fix_issues_to / move_affected_issues_to (target version ids). Irreversible: pass confirm: true to authorise — without it the tool refuses and makes no API call. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira version delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be `true` to authorise the irreversible delete; the tool refuses (without calling the API) when `false`. | |
| version_id | Yes | Version ID (from `jira_version_list`). | |
| move_fix_issues_to | No | Reassign the `fixVersion` of affected issues to this version id before deleting (otherwise the references are dropped). | |
| move_affected_issues_to | No | Reassign the `affectedVersion` of affected issues to this version id. |