The current Tempo API endpoint for retrieving worklogs (https://apidocs.tempo.io/dc/modules/servlet.html#tag/Get-Worklogs) is highly efficient for fetching worklog data within a specified date range (dateTo
, dateFrom
). However, there is no option to filter the results by project category. This requires additional processing to filter worklogs manually for specific project categories, especially when working with a category that contains a large number of projects (e.g., 100+ projects).
Please include an additional query parameter, projectCategoryName
, to the endpoint. This parameter would enable direct filtering of worklogs by project category, making the API more flexible and efficient for users managing grouped projects.
Tempo Products | Tempo Timesheets |
Tempo Platform | On-Premise |