Hello @sam1234, good day! It’s an interesting ask to include conditional statements in ticket list view filters. You can include all types and statuses except the ones you are looking to exclude and apply a filter for the same.
For instance, let’s say there are type A, B, and C and statuses - pending, open, waiting on customer. If you want a filter view that excludes Type C and Status pending, you set up the filter like:
Type is A and B
Status is Open and waiting on customer
We’ll have your feedback passed on to our team to see if we can take this up in the future. Also, if you have any further queries, please post them here, and we’d be glad to help.
Hello @sam1234, good day! It’s an interesting ask to include conditional statements in ticket list view filters. You can include all types and statuses except the ones you are looking to exclude and apply a filter for the same.
For instance, let’s say there are type A, B, and C and statuses - pending, open, waiting on customer. If you want a filter view that excludes Type C and Status pending, you set up the filter like:
Type is A and B
Status is Open and waiting on customer
We’ll have your feedback passed on to our team to see if we can take this up in the future. Also, if you have any further queries, please post them here, and we’d be glad to help.
Thank you for your advise here, however what happens here is that Type C will all be excluded from here even if there is a Type C ticket with Status New. Because the filter in the selection for views works as OR and not as AND.
So your example with Type is A and B means the view will exclude all tickets that has type C regardless
of it’s status meaning the status condition is unnecessary since it’s already excluded since before.
And for the second Status is Open and waiting on customer will exclude all other ticket types as well.
Example if a ticket has Type A but status is Pending. This will also be excluded here.
-
The best way would be if Freshdesk would implement that you ‘add’ your filter to a list. Then you can decide to add another filter and so on to a list. These filters will all be applied the same time to your view then.