get_top_active_issues
Retrieve top active issues ranked by priority score for a project. Filter by states, limit results, and exclude patterns or group by product.
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 |