This is the scenario:
In the new moderation overview I want to create a custom view that shows:
- Questions, that don’t have a solution yet
- where the last reply is older than X days
- where a follow up was already done
- and we’re waiting for the customer to react (or mark the solution)
The goal is to have a list of questions that either need another follow-up (we can do that with a moderation label) or where we will click “Best answer” ourselves because the user didn’t do it.
So, the first three bullet points above are easy to do with the available filters:
- Content type → question / best answer → no
- Last activity date → more than …
- (if a follow-up was done, the moderation label “follow-up” will be switched off)
But for the last condition we haven’t found a solution. We couldn’t find a way of removing questions from the custom view, where we won’t do another follow-up AND we won’t click “Best answer” ourselves. Basically we want to remove all questions from the list that likely won’t ever have a solution in order to keep this list clean without it clogging up with unsolvable questions.
How can I highlight / mark / label questions so that we can exclude it from the custom view? In the old moderation overview we had the option to exclude certain conditions. In the new moderation overview it seems impossible.
Any help is appreciated!