Tempo reports are useful, but I prefer to use Excel or jupyter notebook to go through the worklogs. Currently I do this by first exporting all worklogs from tempo reports into a csv file.
I want to automate this. I've tried using tempo and Jira native API to export data, but annoyingly enough they all have API limits in terms on the number of records they return.
I could work around if any of those allowed server side calculations (e.g. group by project and sum worklogs), but this is not available either.
Is there any way I could automate the whole process? If tempo can generate a csv file with 1000s of worklogs, is there a public API that I can use to return the same records in json or even in csv file?
Hi Mike,
the Tempo REST API supports paging if the number of worklogs exceeds 1000 records. You can also use the "updatedFrom" parameter to possibly limit the amount of returned worklogs.
BR
@Alexander Eck [Tempo] many thanks for your reply. Is there any chance you could show how to use the pagination or point me to the documentation? thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Mike,
The Tempo Cloud REST API response always consists of three parts:
“self”: this is a string to the endpoint url that has been called
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.