Plan requirement
| Subscription | Any plan |
| Access | Agent |
An empty view is nearly always one of five things. Working through them in order finds the cause in a couple of minutes.
Symptoms
- The view shows no tickets although you can see matching tickets elsewhere.
- A colleague sees tickets in the same view and you do not.
- The view worked yesterday and is empty today.
Resolution steps
1. Contradictory conditions
Two conditions in the all block that cannot both be true, most often two values of the same field. Move alternatives to the any block.
2. Your ticket access
A view shows only tickets you are allowed to see. An agent restricted to their own group sees an empty view built for another group's queue. That is why a colleague can see tickets in the same view and you cannot.
3. Archiving
Views cover active tickets only. A view whose conditions match mainly old closed tickets empties as those are archived.
4. A field that changed
A view built on a custom field breaks quietly when the field is deactivated, renamed or has its values changed. Nothing warns you; the view simply stops matching.
5. A group or brand that was removed
Same pattern. A view conditioned on a group that no longer exists matches nothing.
The fastest test
Open the view in Admin Center and remove conditions one at a time, checking the preview after each. The condition whose removal makes tickets appear is the one at fault. That takes less time than reasoning about it.
Comments
0 comments
Article is closed for comments.