-
Documentation task
-
Resolution: Fixed
-
Trivial
-
5.2 (plan)
-
Sprint 66 (Jul 2020)
Steps to reproduce:
- Create new webhook
- Add script "return '{"tags":{"a":1}}';" and select "Process tags"
- Add macros {EVENT.TAGS} and {EVENT.RECOVERY.TAGS} for message type "Problem recovery" in message template
- Edit user and add media with this webhhok
- Add tag triggerTag:test to trigger
- Make trigger in problem state
- Make trigger in resolved state
- Check Reports -> Action log
Result:
{EVENT.TAGS} contains a:1, triggerTag:5
{EVENT.RECOVERY.TAGS} contains triggerTag:test
Expected:
{EVENT.RECOVERY.TAGS} contains a:1, triggerTag:test
- mentioned in
-
Page Loading...