get_multi_team_dashboard
Retrieve a unified dashboard for multiple projects at once, displaying top active and blocked issues per project, with options to group by product and exclude patterns.
Instructions
Combined dashboard for multiple projects in one call.
Args: projects: Comma-separated project short names active_limit: Top N active per project (default: 5) blocked_limit: Top N blocked per project (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 |
|---|---|---|---|
| instance | No | ||
| projects | Yes | ||
| active_limit | No | ||
| blocked_limit | No | ||
| exclude_patterns | No | ||
| group_by_product | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |