Just a quick question im trying to filter tickets coming in and depending on the topic id route to a different department. In the matches, does not match i have "/1/iu". Basically if topic ID is 15,16,17 or 18 route to this department and then another ticket filter with if it doesnt match then route to another but it will not do it. Do i have the wrong regex or is there a better way to do this? The problem with creating a match any is because i have another rule on the top that needs to be matched.