get_top_active_issues
Prioritize work by retrieving top active issues ranked by priority score. Filter by state, exclude patterns, or group by product to focus on what matters.
Instructions
Get top active issues ranked by priority score.
Args: project: Project short name limit: Top N results (default: 3), per product when grouped states: Comma-separated active states group_by_product: Group by Product field (default: false) exclude_patterns: Comma-separated regex to exclude instance: YouTrack instance (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| states | No | In Progress, Submitted, In Review, Ready for Test, Pause | |
| project | Yes | ||
| instance | No | ||
| exclude_patterns | No | ||
| group_by_product | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |