jira_move_issues_to_sprint
Move one or more Jira issues to a sprint by providing the sprint ID and issue keys.
Instructions
Move one or more issues to a sprint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes | The sprint ID to move issues to. Use jira_get_sprints to find sprint IDs. | |
| issueKeys | Yes | Issue keys to move, e.g. ["PROJ-123", "PROJ-456"] |