getMissingWorklogDays
Identify working days where logged time is below schedule expectations, returning days with expected vs logged hours and per-issue breakdowns for partially-logged days.
Instructions
Find working days in a date range where the user's logged time is below the expected hours from their Tempo user-schedule. Holidays and non-working days are skipped automatically. Returns days with their expected vs logged hours, plus a per-issue breakdown for partially-logged days. Requires the 'Schemes' scope on the Tempo API token (in addition to 'Worklogs'). Pass 'users' / 'program' / 'team' to check other people instead — returns a per-user report (requires permission to view their worklogs and schedules).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Fetch worklogs of all current members of this Tempo Team (name or numeric id). | |
| users | No | Fetch worklogs of these users instead of your own. Each entry may be an email, a display name, or a Jira accountId. | |
| endDate | Yes | ||
| program | No | Fetch worklogs of all current members of this Tempo Program (name or numeric id). | |
| startDate | Yes | ||
| minHoursPerDay | No |