Hello, all.
I've built application that is trying to get the data from Tempo timesheets. The site http://developer.tempo.io/doc/timesheets/api/rest/latest/ says that API is still experimental. I would suggest that it would be useful to add issue status to the GET http://{JIRA_BASE_URL}/rest/tempo-timesheets/3/worklogs/ response. It is problematic to get the issue status from a separate call if the caller is not authorized to view that issue. If I use the report feature of Tempo, I get issue status and also other data that would also be useful on the API call (and I'm not authorized to view the issue). I managed to get the data I need by creating report and then I reverse engineered the API calls needed to export this report via API (by first calling http://{JIRA_BASE_URL}/rest/tempo-timesheets/4/worklogs/export/filter to get the filter and then calling http://{JIRA_BASE_URL}/rest/tempo-timesheets/4/worklogs/export/(filter id from previous call) with two parameters - format and title). It would be nice to document those export API calls.
Best regards, Srecko.
Hi @Srecko Mandelj ,
please take a look to the following page https://www.tempo.io/server-api-documentation/timesheets in order to retrieve all information about REST API.
Now, they should be not in a experimental mode.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.