Move issues to sprint
jira_move_to_sprintMove up to 50 Jira issues into a target sprint in a single batch. This writes the sprint field, which cannot be changed via issue update, so verify the sprint after partial failures.
Instructions
Moves up to 50 issues into a sprint — the only way to set a sprint, which is not an editable field on jira_update_issue. Ranking is unchanged; issues land at the bottom of the sprint. A batch larger than the cap is refused outright, with nothing sent. Jira may accept some issues and reject others, so a 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 move, 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). | |
| sprintId | Yes | Target sprint id from jira_list_sprints. Every issue lands in this one sprint. |