jira_get_sprint_issues
Need to view all issues in a Jira sprint? This tool retrieves them, supporting optional JQL filtering and pagination.
Instructions
Get all issues in a specific sprint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jql | No | Optional JQL to filter issues in the sprint | |
| startAt | No | Index of the first result (default: 0) | |
| sprintId | Yes | The sprint ID | |
| maxResults | No | Maximum number of results (default: 50) |