I am using the Jira API
/rest/api/3/issue/{issueIdOrKey}/worklog
to fetch all worklog details for a given issue.
However, I am facing an issue with the author and comment fields.
The author is coming as Tempo instead of the actual user who created the worklog, and the comment value is always something like "time tracking" instead of the comment entered by the user.
I do not want to integrate Tempo into my project.
I only want to use Jira APIs and retrieve the actual author and the original comment entered at the time of logging work.
I am integrating Jira APIs into my organization’s project.
Please let me know if there is any way to get the correct author and comment details using Jira APIs only.
Hi @Bittu Kumar
So it seems you are using Tempo for time writing instead of the ootb time Writing option.
This is why the Jira API shows the worklog author as Tempo.
Use the Tempo api to get the author of the worklog.
Hi @Bittu Kumar
Unfortunately this is a design decision of Tempo app. They don't store actual user and comment information on the worklog itself. This is why you are getting a placeholder author and comment. They are storing them on their own backend. This has some advantages and some disadvantages as you have experienced.
We have prepared a migration guide for helping people migrating from Tempo to WorklogPRO in our wiki. You may want to check it. You may apply a similar solution.
Regard,
Deniz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.