tempo_search_worklogs
Find Tempo worklogs by author, issue, project, or date range. Apply advanced filters to retrieve only the matching time entries for reporting or analysis.
Instructions
Search Tempo worklogs using a POST body with advanced filters (author ids, issue ids, project ids, date range). For team or Tempo-account filters use tempo_get_worklogs_by_team / tempo_get_worklogs_by_account.
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 | |
| orderBy | No | Sort criteria (default START_DATE_TIME ASC, ID ASC) | |
| issueIds | No | Jira issue ids | |
| authorIds | No | Atlassian account ids of worklog authors | |
| projectIds | No | Jira project ids | |
| updatedFrom | No | Filter by update date |