I want clients to be able to create ticket and assign those tickets automatically to special agent. Those agens are special users that can only see the tickets they are assigned to. Clients choose agent from the list. I have created custom form and added "choices" like below and name the variable as "specialagent"1: Felipa Lyttle2: Rashad Huerta3: Manuel Parvin4: Malia Helmer5: Jacquline BolingThen I add this form to my help topic let's say "Message to Agent" Then I created ticket filter and in settings, I used my custom form/custom choices field to assign ticket to agents. Although it is working, my problems are;1. I have to create ticket as many ticket filter as agents.2. I can't use the key field of choices to check my filter. Writing full name is tedious and may cause trouble in the long run. Is there some internal variables for choices? 3. I use API extensively, therefore having a variable for each agent is important. Since if I wrongly send the agent name with my APP, ticket filter will not be assigned. And because those agents can only check assigned tickets only, it will cause a problem. TLDR; So is there easy way to auto assign ticket to special users and be able to use some easy to type variables for those users. Thanks.