I’m using Taiga’s webhooks to update people about activity on a specific taiga project on a different platform.
When a task or userstory is created or edited I also want to show the according epic. This information is sadly not passed along in the webhook.
Ref. Taiga: Webhooks, chapters 4.3 and 4.4
Yes, currently the Epic information is not being sent. The only work around I can think of is to make an API call to query that information when receiving a webhook.
I was thinking the same. Making an additional API call isn’t the most elegant solution but the only one we have at this point of time.
I do wonder how easily this could be fixed/added to the current version of Taiga.