Last active
November 16, 2020 18:38
-
-
Save armiiller/ffe04284f6e4a24cef56995616ed6f74 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
# default syntax, assign to one value (user, team, router, schedule) | |
- type: assign | |
receiver: usr_xxxxxx1 | |
# advanced syntax, assign to multiple values (only user or teams) | |
- type: assign | |
receiver: | |
- usr_xxxxxx1 | |
- tem_xxxxxx1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment