Close sprint
jira_close_sprintClose an active Jira sprint and move unfinished issues to the backlog or next sprint. Review open issues first because this action cannot be undone.
Instructions
Completes the active sprint. Jira stamps completeDate, closes the sprint for good — a closed sprint cannot be reopened or edited through this API — and moves every issue that is NOT done out of it, to the backlog or the next sprint according to the board's configuration. Only an "active" sprint can be closed. List what is still open with jira_get_sprint_issues before you call this; there is no undo.
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. | |
| 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 | Sprint id from jira_list_sprints. It must be the sprint that is currently active. |