When creating rules, it's very useful to create rules that can mix ANDs and ORs rather than having a single settings. For instance, I might want to auto-assign all tickets that come in with a certain title, and that have either of two strings inside, but leave it be if it does not contain either of those two strings, rather than needing to create separate rules for each.
Alex 8/16/2018 12:18 PMTech
You CAN do that actually, by using "nested" rules. "If a ticket has a certain title THEN launch another rule that checks for either of the two strings"
1
Alex 8/16/2018 12:19 PMTech
P.S. On a side note - we're working on a "scripting language" feature that will have unlimited complex logic.