get_sprint_issues
Retrieve all issues from a specific Jira sprint to view current tickets and track progress. Provide a sprint ID to get detailed issue information for sprint management.
Instructions
Get all issues in a specific sprint. Useful for viewing what tickets are currently in a sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes | The ID of the sprint to get issues from. Use get_sprints to find available sprint IDs. | |
| maxResults | No | Maximum number of issues to return (1-100). Defaults to 50. |