Why do the worklogs appear with the author Tempo Timesheets instead of the user's name on REST API

Darryl Frittelli April 13, 2020

The TempoIO was decomissioned on 1st April 2020 , so  where do we find the Author Details  using the REST API 

 

Tks  Susanne  for the feedback ,  I am able to retrieve the Worklogs   using the REST API , however  the  Author detail information returns  - "Tempo Timesheets with the AccountId = " 557058:295406f3-a1fc-4733-b906-dd15d021bd79"  instead of the actual author details for every   transaction.  Is this a bug ? .

The rest of the worklog info from the REST API  is correct

 

 

2 answers

1 accepted

0 votes
Answer accepted
Susanne Götz _Tempo_
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.
April 14, 2020

Hi @Darryl Frittelli

On April 1st, the Tempo Servlet was deprecated. To retrieve the worklogs including the worklog author information, you can use the Tempo REST API. 

Please take a look at https://tempo-io.github.io/tempo-api-docs for information about the REST API's that are available for Tempo Cloud.

Best regards,
Susanne Götz
Tempo team 

Darryl Frittelli April 15, 2020

Tks Susanne for the feedback , I am able to retrieve the Worklogs using the REST API , however the Author detail information returns - "Tempo Timesheets with the AccountId = " 557058:295406f3-a1fc-4733-b906-dd15d021bd79" instead of the actual author details for every transaction. Is this a bug ? .

The rest of the worklog info from the REST API is correct

Susanne Götz _Tempo_
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.
April 15, 2020

Hi @Darryl Frittelli ,

Can you please let me know which API you are using as this looks like you are using a JIRA REST API, not the Tempo REST API. 

To retrieve worklogs directly from the Tempo database which includes the worklog owner information, please use 

https://api.tempo.io/core/3/worklogs?...

see also https://tempo-io.github.io/tempo-api-docs/#worklogs

Best regards,
Susanne

Esteban Vicario May 11, 2022

I was accessing the jira api to see who modified that worklog, now I see "Tempo Timesheets".
How can I see who modified that worklog from the tempo api?

1 vote
Quan Dao October 23, 2022

Clearly this is a bad way to overwrite data by Tempo. Now, you cannot get AUTHOR and COMMENT detail of a worklog.

 

These smart values will not work with Tempo and we don't have a way to get it now.

 

{{worklog.author.displayName}}
{{worklog.comment}}

Sergey Shoshin November 1, 2022

I have the same issue @Susanne Götz _Tempo_  :( 

Suggest an answer

Log in or Sign up to answer