Given below is the API I used to get the worklog for a particular user or in a particular project. We are using this API to get the worklog in Jira Add-on development using Javascript.
I have developed my add-on using this and it was working properly, but now when I try to access the above url, it is just returning 'Not Found'.
When I searched for the solution in Rest API Integration link REST API documentation, it is showing some new API as
https://api.tempo.io/2/worklogs?dateFrom=2018-07-09&dateTo=2018-07-13&username=xyz
but this API Shows an error saying 401 Authorization Required. I also generated the Access Token for the Jira API. But I don't know how to include the token in the API call.
Let me know your idea and suggestions.
Thanks,
Dhivya.
Hi!
Please, have a look this article
https://zendesk.tempo.io/hc/en-us/articles/360000089608-Using-OAuth-2-0-authentication-
you need own oauth tokens
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.