-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 4.1.0
-
Component/s: Automation
-
None
-
Severity 3 - Minor
-
0
When:
- adding a webhook with "comment added" trigger,
- using a variable ${comment} on a custom payload, like:
{{{ "message": "日本語のキーボード", "variable": "${comment}" }}} - I add a comment with the following text: { "message": "日本語のキーボード", "variable": "日本語のキーボード" }
Then:
- A webhook is called with an invalid payload, like this:
{ "message": "日本語のキーボード", "variable": "
"
}