Looking to setup a View that shows all tickets (of specific criteria) that are un-closed or recently closed. Originally I had intended to use the following "Any" (OR) conditions;
- Status - Less than - Closed
- Hours since closed - (calendar) Less than - 24
However, the "Hours since" are not available as "Any" (OR) conditions, so I'm wondering if the "Hours since closed - (calendar) Less than - 24" condition (in the "All" (AND) conditions) will be enough.?.
Unfortunately, hours since Closed is only going to show you tickets that have actually been closed, so it won't be compatible with Status less than Closed -- the two together are mutually exclusive, and no tickets will show up in the view.
You'll need to create a separate view to see your recently-closed tickets.