get_active_sprint_issues
Collect issue IDs from all active sprints across boards, with optional filtering by board names and states. Output as comma-separated IDs or grouped markdown.
Instructions
Collect issue IDs across current sprints of all boards (parallel fetch).
Use for "what's actually in flight" across the org — sprint-based truth, not state guessing. Feeds into translation/audit/digest flows.
Args: boards: Comma-separated board names (partial match). Empty = all boards. exclude_states: Comma-separated states to skip (e.g. 'Closed,Done'). ids_only: If True, return just a comma-separated ID list (for piping into id-based queries like translation). If False, return grouped markdown. instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boards | No | ||
| ids_only | No | ||
| instance | No | ||
| exclude_states | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |