Our goal is to retrieve worklog data via webhook (in real time) including some Tempo specific data like worklog attributes.
The default Jira webhook delivers worklog data without the Tempo attributes.
So we tried the following:
- Jira webhook delivers worklog data including jira worklog id
- Try to retrieve the missing Tempo data by using the Tempo API
- Combine the Jira webhook worklog data with the data coming from the Tempo API
Problem: The Tempo API expects the Tempo worklog id which is not the same as the Jira worklog id given by the initial webhook
Does anyone know how we can reach our goal? Get the worklog data including Tempo attributes in real time? May there be a way to use Jira Automation to create a custom webhook which returns the desired data?
Thanks in advance for any hints!