View is pulling wrong tickets | Community
Skip to main content

View is pulling wrong tickets

  • October 4, 2021
  • 1 reply
  • 0 views

We have a view called phone services that is showing the tickets coming in with the description Tech Support Form because that form has the word phone in it.  In the phone services view, there is a condition that says Description does not contain the following string Tech Support Form, but it's still pulling all those tickets to the phone view. We can't figure out how to filter out those tickets out of the phone services and into the correct view.  Hope that makes sense.

Thanks!

1 reply

Peter11
  • October 5, 2021

Hi @pamela12

This is a bit hard to say without your actual view configuration.
It might be a good idea to assign a tag to those tickets that contain "Tech Support Forum" in the description using a trigger, and to filter those out that have this tag, i.e. let's say you assign tag "tsf" to those tickets, then "tags" "does not contain one of" "tsf" would do what you want.