If I want to search a field for anything with an email address in it, how would I do that. I thought ~ came into play but I couldn't get it to work even when running it as '~'.
Basically, looking for something like this:
assignee = "LIKE" @yourdomain.com
Looking for anyone who is assigned to a ticket that is not in my domain.
Thanks