get_active_sprint_issues
Retrieves issue IDs from current sprints across all YouTrack boards to identify work in flight, with optional board filtering and state exclusions for reporting or migrations.
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 |