jira epic remove¶
- Usage:
jira epic remove ISSUE_KEY... [flags]
Remove one or more issues from their current epic. Use it when work was assigned to the wrong epic or should stand alone.
--dry-run previews the removals locally and does not contact Jira. Multiple issue keys are processed with bounded parallelism and return per-key results.
Safety¶
--dry-run¶
Preview mutation without submitting
Execution¶
-p --parallelism <N>¶
Maximum concurrent requests (1-16)
Default: 1
Examples¶
jira epic remove PROJ-123
jira epic remove PROJ-123 PROJ-124 PROJ-125 # (1)!
jira epic remove PROJ-123 --dry-run # (2)!
- Apply the removal to several issues
- Preview the removal without contacting Jira