I want to be able to send a web hook from the jira service desk automation upon issue creation, but i can not send custom fields in the body of the web hook payload.
i have tried:
${issue.customfield_11014}
${issue.customfield_11014.value}
{{issue.customfield_11014}}
But none of these work. Is this possible?