get_worklogs
Retrieve Tempo worklogs with optional filters for Jira issue key, author account ID, and date range to track time entries.
Instructions
Fetch Tempo worklogs, optionally filtered by Jira issue key, author account ID, and/or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD), inclusive | |
| from | No | Start date (YYYY-MM-DD), inclusive | |
| limit | No | ||
| issueKey | No | Jira issue key to filter by, e.g. PROJ-1234 | |
| authorAccountId | No | Jira account ID of the worklog author to filter by |