By calling this https://api.tempo.io/core/3/worklogs?from=2020-11-01&to=2020-11-03
It returns my current user.
I don't know if it returns the current Windows user, because in the browser, I was logged to the Atlassian website with the user who has all access.
In the previous questions, like this one: https://community.atlassian.com/t5/Answers-Developer-Questions/Tempo-API-how-to-get-all-worklogs-for-all-users-and-projects/qaq-p/476409
It says to use the Tempo Servlet. However, according to https://tempo-io.atlassian.net/wiki/spaces/CLOUDNEWS/pages/501907993/2019-11-19+Decommissioning+the+Servlet+API+for+Tempo+Cloud+Products .
"Tempo has deprecated the Servlet API for all of its cloud products and will decommission it on April 1, 2020"
Btw, the call works in a docker container.
How can I make it work on Windows 10 (retrieving every worklogs)? What type of login is used in background to retrieve my worklogs?
Hi Jessica,
the worklogs that are returned depend on the permissions of the Bearer token that you use for authentication. A personal Berar token can never have more permissions that it has in Tempo. Means when you can´t see a worklog within the UI you won´t get it from the Tempo API.
So you should consider to get a personal Bearer token from an admin user or create/use a machine-to-machine token that overrides all permission checks. You should refer to our documentation here.
BR
The documentation link is not found, please update it again, I need to have a look.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Akbar ,
Please use the new V4 API in this doc https://apidocs.tempo.io/ as V3 API will be deprecated on 2023-11-01. https://www.tempo.io/updates/action-needed-for-rest-apis-version-4
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.