wetrack_get_my_work_report
Get a personalized report of work assigned to you, including stat cards, status/priority distributions, and ticket lists. Filter by project, status, priority, or date range.
Instructions
Current user's My Work report — stat cards, status/priority distributions, and a ticket list scoped to what's assigned to me.
Args: project_id: Filter by project UUID. status_id: Filter by status ID. priority_id: Filter by priority ID. date_range: 'this_week', 'this_month', 'this_sprint', or 'custom'. from_date: Start of custom date range (YYYY-MM-DD). to_date: End of custom date range (YYYY-MM-DD). page: Page number. limit: Items per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| to_date | No | ||
| from_date | No | ||
| status_id | No | ||
| date_range | No | ||
| project_id | No | ||
| priority_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |