I just tried to create a view to check whether a task is consistent with our company’s business rules for creating tasks. In this case: selecting a module is mandatory.
As far as I can see there is no possibility to create a view with the selection criteria “field “Module” is empty”. This leads to a feature request:
please add additional filter criteria to the view filter, like
[field] is empty
[field] begins with [string]
[field] contains [string]
…
for each selectable filter based on a text value.
Other “meta” filter might be useful too, like
[object] has no parent object
An example for these criteria is the filter creation in views in Azure DevOps (which are quite extensive)
We actually do have an “is empty” filter for Modules, as well as “contains” where relevant. Here’s the full filter operators reference so you can see what’s available.
Note that some operators are only available on paid plans.
Ah, that is the reason.I think that the decision to have a paywall here is not good. At least it is confusing.
Having paid whole features is one thing, but going into basic functionalities and create a paywall for parts of them is not optimal.