Created
March 2, 2020 23:03
-
-
Save armiiller/1e7c5384cd33efa223c49f9a1c0486d8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- type: escalate | |
# repeat: 1 # optional, but only works if all layers are just users | |
rules: | |
# assign it to user | |
- receivers: | |
- usr_xxxxxxxx | |
timeout: 1m | |
# transfer to team if not ack in 1 min. | |
- receivers: | |
- tem_xxxxxxx | |
# timeout: 1m # timeout only applicable if all layers are users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment