jira issue move¶
- Usage:
jira issue move KEY... [flags]
Run the issue move mutation for one or more issue keys. Use it when you need the shared clone, move, or delete safety path rather than a specialised Jira screen.
--dry-run previews the mutation locally and does not contact Jira. Live clone and move payloads run through the validate-and-encode pipeline before submission; delete carries no field payload.
Live destructive operations require --force in headless, agent, or --no-input mode. Without --force, an interactive terminal is prompted.
Input¶
--json-input <FILE>¶
Read mutation payload from JSON file (canonical for agents)
Accepts a file.
Safety¶
--dry-run¶
Preview mutation without submitting
--force¶
Confirm destructive mutation
Execution¶
-p --parallelism <N>¶
Maximum concurrent requests (1-16)
Default: 1
Examples¶
- Preview the change without applying it
- Apply the change non-interactively