I am trying to create widgets in my dashboard for when custom fields are not set.
For example, we have custom fields for: Priority, Risk and System. The goal is to have a convenient widget to identify when someone has not populated their task data correctly.
Let’s take Risk as an example as it’s quite simple. The custom field is a single select. The options are high, medium, low
I have set up a widget that has the following settings:
Chart Style: Number
Chart Data: Task/Count
Filters
Custom Field Risk, set to exclude Low, Medium, High.
Result: The count is 0 even though i have multiple tasks with now risk value set.
A work around i have found for this is to create a option on each of the custom fields just called “-” then added custom rules so that whenever a task is added to the project without a value for those fields it sets it to “-” my widgets then filter by any tasks with “-” set. This works but is definitely a hacky work around.