Heyho,
I am using Jira Automation to send a message via a Webhook. It works in general until today it failed. Reason was quickly found, a special character in the summary causing missformed JSON.
Soon I realized there is a #jsonEncode function but when I use it in a list of issues i simply doesn't do anything. The Request sent doesn't contain the summary at all. Seems like the text function in a list is causing issues.
The code I use
{{#issues}}
[{{key}}](https://ourInstance/browse/{{key}}) | **{{status.name}}** | - {{#jsonEncode}}{{summary}}{{/}}
\n
{{/}}
Can someone help?
Cheers
Kruno
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.