Tempo and Power BI integration

Jean November 15, 2017

Hi, All.

I'm looking for an API that returns all logged hours for all accounts.

I've tried using /servlet/tempo-getWorklog/, the problem with this is that I need to register an IP address to access the data which makes it difficult to integrate with PowerBI. I could use Data Gateways, but this will just add unnecessary cost to the project. 

Cheers,

Jean

2 answers

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2017

Hello, 

Concerning worklog Tempo stores worklogs in the same table as Jira stores. That is why you can use standard Jira rest api to query the worklog which would be api/2/worklog. Or you could use Tempo Rest api/rest/tempo-timesheets/3/worklogs/.

You can read more about Tempo rest api here

https://tempo.io/doc/timesheets/api/rest/latest/

You can read more about Jira rest api here

https://docs.atlassian.com/jira/REST/cloud/#api/2/worklog

0 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 6, 2018

You could do this in 2 steps:

  1. Better Excel Plugin can export Tempo worklogs to Excel (XLSX) files
  2. Then Power BI can import Excel files.

It could be an alternative to accessing the servlet directly, and can give you an extra layer to pre-process worklog data.

Suggest an answer

Log in or Sign up to answer