move_issue_to_sprint
Move a Jira issue to a specific sprint by providing the issue key and sprint ID. Use this tool to add tickets to your current sprint workflow.
Instructions
Move an issue to a specific sprint. This is the main function to add tickets to the current sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Issue key (e.g., "PROJ-123") to move to the sprint. | |
| sprintId | Yes | The ID of the sprint to move the issue to. Use get_sprints to find available sprint IDs. |