get_team_dashboard
Retrieve a combined dashboard with top active and blocked issues plus summary statistics for a YouTrack project, with optional grouping and filtering.
Instructions
Combined dashboard: top active, top blocked, and summary stats for a project.
Args: project: Project short name active_limit: Top N active (default: 3) blocked_limit: Top N blocked (default: 3) 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 |
|---|---|---|---|
| project | Yes | ||
| instance | No | ||
| active_limit | No | ||
| blocked_limit | No | ||
| exclude_patterns | No | ||
| group_by_product | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |