Move issues to backlog
jira_move_to_backlogMove Jira issues back to the backlog by clearing active and future sprints, with batch limits and plan-before-execute mode.
Instructions
Sends up to 50 issues back to the backlog — Jira defines it as "remove the future and active sprints from these issues", so it is the inverse of jira_move_to_sprint and the only way to clear a sprint field. Status, assignee and project are untouched; the board is decided by the project, not by you. A batch over the cap is refused with nothing sent, and a partial failure is never retried blindly — re-read the sprint first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Set true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply. | |
| issues | Yes | Issue keys or ids to send back to the backlog, at most 50 per call — Jira rejects a larger batch outright. Split bigger moves into batches. | |
| plan_id | No | The single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). |