Hello,
We can see that alerts created from hearthbeat contains 2 details keys: "Heartbeat Name" and "Last Received At".
We try to access those keys from the JIRA intergation to pass them into the JIRA issue. However we have an error triggered when trying to access them such as "{{details.Hearthbeat Name}}":
Substitution error: Exception: Substitution of h4. Details h5. Hearthbeat name {{details.Heartbeat Name}} for key [description] failed: Encountered " Name}" at <unknown template>[line 3, column 20] Was expecting one of: "[" ... "}" ...
We tried to add the fields within quote, convert them to CamelCase without success.
How can we use those two keys `?
Thanks