Team Work Recap
Fetch consolidated recap data for a team.
Instructions
Call team-work-recap .
team-work-recap({ "teamId": "<teamId>", "includeInitiatives": true })
With date range:
team-work-recap({ "teamId": "<teamId>", "startDate": "2024-01-20T00:00:00Z", "endDate": "2024-01-26T23:59:59Z", "includeInitiatives": true })
Recap order prioritizes initiatives, then bugs, then TODOs.