jira_component_delete
Delete a JIRA component by ID. Optionally reassign its issues to another component before deletion. Requires explicit confirmation to prevent accidental removal.
Instructions
Delete a JIRA component (by component_id from jira_component_list). Optionally reassign referencing issues via move_issues_to. 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 component 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`. | |
| component_id | Yes | Component ID (from `jira_component_list`). | |
| move_issues_to | No | Reassign issues referencing this component to this component id before deleting (otherwise the references are dropped). |