Move issue to epic
move_issue_to_epicMove issue keys into a specified epic by setting the epic parent or field, depending on project type. Solves organizing issues under a single epic.
Instructions
Add issues to an epic. On team-managed projects this sets the issue's parent instead. To remove an issue from an epic, use update_issue with fields { "parent": null } (team-managed) or { "epic": null } (company-managed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKeys | Yes | Issue keys to move, e.g. ['PROJ-2', 'PROJ-3'] | |
| epicIdOrKey | Yes | Epic key, e.g. PROJ-1, or numeric issue ID |