最近搜索
没有最近搜索
tickets greater then 30 days view
已回答
已于 2022年6月20日 发布
I have a simple view looking at
Category is Support, Status is not solved, Status is not closed
Hours since Open Calendar hours greater then 720 hours.
Tickets can meet any of these conditions to appear in the view:
Status is new, open, pending, on hold;
I find however that there are tickets not showing up in the view that fit the requirements. What am I missing?
I did some more research and found there is a difference between created date and open date. can someone tell me the difference between hours since open and hours since created?
0
2
2 条评论
Walter
Hi Cherry Zablocki,
When a ticket is created, it usually has the "New" status. A ticket only becomes "Open" after the agent submits it as "Open". So it is quite possible for there to be a significant time difference between the number of hours since the ticket was first added to the system and when the ticket status was changed to "Open".
0
Sam
Hi Cherry Zablocki!
It looks like the root cause of your issue has already been identified. To help simplify the conditions of your view, you could reduce it down to this:
Under ALL
You can omit the other statuses in the ANY section by using the less than operator with the Status.
Hope this helps!
1