Hello there,
I'm trying to send a web request with custom data which includes all the custom fields within an issue. My custom fields change between issues depending on type of issue (specified as a label). It's obviously possible to get the custom fields by name and use if-else depending on type, but this isn't particularly efficient.
Within the Issue Data option for the webhook body it provides fields data so this feels like it should be possible.
What would be perfect is if there were something like {{triggerIssue.fields}} (or equivalent).
Thanks.