tempo_get_worklogs
Search Tempo worklogs by project, issue, or date range to retrieve matching time entries for reporting or analysis.
Instructions
Retrieve a list of Tempo worklogs matching the given search parameters. Supports filtering by project, issue, date range, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Tempo's payload untouched. No field projection: this server has no verified record of which Tempo fields matter, and inventing one would risk dropping a field a caller needs. | |
| limit | No | Max results (default 50) | |
| offset | No | Pagination offset (default 0) | |
| issueId | No | Filter by issue ids | |
| orderBy | No | Sort order (descending) | |
| projectId | No | Filter by project ids | |
| updatedFrom | No | Filter by update date/time (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ) |