I want emails that come in with a subject line of "New user: <username here>" to be assigned a help topic of "new user request" which has a form associated with it to collect information about the new user.
I have a ticket filter set with match all rules. The rule set is
ticket/Issue summary : starts with: "New User"
with filter actions of
assign team: "tech"
set help topic: "New User request"
set ticket status: "Assigned"
its enabled, set to be the 1st rule to run and associated with channel "Emails" (all of them)
but when send an email its creating with just the default topic and assignment
There are no errors in the system log.
Any ideas why this rule might not be working on the incoming emails?
Also if I change the help topic of this ticket to "new user request" and click the edit button to edit the ticket although the new user topic has additional forms associated with it they are not shown in the ticket for me to complete