Hello,
I'm trying to configure a set of automation rules to keep synchronized issues between 2 cloud instances.
One of my goals is to retrieve a comment body and a comment author from a webhook payload. I've tried {{webhookData.comment.body}} and {{webhookData.comment.author.displayName}} without any luck.
At the moment I'm only trying to log the data on the receiving instance's rule:


Any help on these will be much appreciated.
Thanks!