We’re setting up a sync between 2 issues on the same Jira Clod site.
We’re using Tempo for timekeeping.
The worklog availaible in Exalate doesn’t give me all the data i require (author is always Tempo, and comment is always 'Time-tracking)
So i need to access the worklogs from Tempo itself.
I don’t seem to be able to get the data from Tempo, so please help me out how i can access this data.
→ Description from Tempo
→ logged by (not creator! ) from Tempo
Hi @KevinG , as we have discussed and found that Tempo API does not provide ‘Author name’, hence, need to check with them for a workaround, maybe.
Secondly, ‘description’ field is syncable with the following standard snippet.
Outgoing Sync rule:-
TempoWorkLogSync.send(
“11111111177777777888hhhhh-eu”, //replace with your Token
replica,
issue,
httpClient,
nodeHelper
)
Incoming Sync rule:-
TempoWorkLogSync.receive(
“11111111177777777888hhhhh”, //replace with your Token
replica,
issue,
httpClient,
traces,
nodeHelper
)