Filtering incoming tickets by email addresses or customer ID's
Hi!
I'm trying to filter new incoming tickets into an specific "view" that I created, but I can't seem to make it work, what I'm trying to retrieve are the list of new tickets by email address or customer ID if possible,
I created a "field" with the customer ID's but still not working
Thank you!
-
I'm not aware of a native way to do this.
A bit of a messy approach could be to add customer id as a ticket field and pass this through on each request. That way you could 'group by' that field on the ticket view you're creating.
-
Thanks a lot Samm, I did the following:
1. Added the Customer ID as a ticket field2. I created a View with that ticket field
But for some reason it doesn't retrieve the customer's ticket :( , perhaps I'm doing something wrong? -
Hi Alejandra,
Have you tried this approach, you can tag a user or an organisation. When a user creates a ticket, these tags will be added to the ticket
Then, you can then use that tag in a Ticket view condition.
Tags >> Contains at least one of the following >> test_tag
I hope this helps. Thank you!
Por favor, entrar para comentar.
3 Comentários