Hi there,
I need to get all worklogs and I need to set a time by 2 criterias as "billable" and "non-billable" which is metioned as an attribute 'Labels' in the ticket where the developer add the worklogs.
Unfortunately, I cannot find in the API docs which request should I use to get it.
Can you help me?
Hi @Mykhailo Z_
If you have setup work attribute with Tempo worklogs, you can this endpoint to get them.
https://www.tempo.io/server-api-documentation/timesheets#tag/Worklogs/operation/searchWorklogs
If you have setup Jira custom fields, you have to use Jira issue API to get list of issues first, then get its worklogs. (For further info, please contact Atlassian Support.)
https://docs.atlassian.com/software/jira/docs/api/REST/9.8.1/#api/2/issue-getIssue
Best regards,
Susan Wu
Tempo Product Expert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.