Need to sort the tickets based on customer response and reply
We need to add a view like,
((Number of threads==1)&&(Status is open))||((Customer responded tickets)&&(Status is open))
The intention is to show only the new open tickets(Not responded yet) and customer responded open tickets(customer replied for our response) only.
We have created a custom view but it doesn't contain any option field for customer responded tickets.
Is there any way to do this? Help us.