get_jira_issues_by_sprint
Retrieve JIRA issues from a specific sprint by sprint name. Optionally limit the number of issues and filter by project key.
Instructions
Get all JIRA issues in a specific sprint by sprint name from Snowflake.
Args:
sprint_name: The name of the sprint (e.g., 'Sprint 256')
limit: Maximum number of issues to return (default: 50)
project: Filter by project key (e.g., 'SMQE', 'OSIM')
Returns:
Dictionary containing issues in the sprint and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprint_name | Yes | ||
| limit | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |