wetrack_get_reports
Fetch unified project reports with stat cards, distributions, progress, and sprint burndown. Filter by project, sprint, status, priority, user, or custom date range.
Instructions
Unified Reports Dashboard — scoped dynamically for Admin/Manager/Employee. Includes stat cards, status/priority distributions, project progress, sprint burndown, and summary table.
Args: project_id: Filter by project UUID. sprint_id: Filter by sprint UUID. status_id: Filter by ticket status ID. priority_id: Filter by ticket priority ID. user_id: Scope to tickets assigned to this user UUID. burndown_range: Burndown scope — 'this_month', 'this_week', 'last_30_days', 'custom'. burndown_from: Start date for custom burndown range (YYYY-MM-DD). burndown_to: End date for custom burndown range (YYYY-MM-DD). page: Page number (default: 1). limit: Rows per page (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| user_id | No | ||
| sprint_id | No | ||
| status_id | No | ||
| project_id | No | ||
| burndown_to | No | ||
| priority_id | No | ||
| burndown_from | No | ||
| burndown_range | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |