get_user_time_tracking
Retrieve time tracking work logs for a specific user within a date range, enabling timesheet and worklog reporting.
Instructions
Retrieve time tracking work logs (worklogs) for a specific user. Shows all time entries logged by the user within a date range, useful for timesheet and worklog reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date for filtering worklogs (format: YYYY-MM-DD). | |
| startAt | No | The starting index for pagination. Default is 0. | |
| username | No | The username of the user (alternative to accountId). | |
| accountId | No | The Atlassian account ID of the user. | |
| startDate | No | Start date for filtering worklogs (format: YYYY-MM-DD). | |
| maxResults | No | The maximum number of worklogs to return. Default is 50, maximum is 100. | |
| projectKeys | No | Optional list of project keys to filter results. |