Smart List consisting of all tasks that have an attribute of `type: task` set?

I would like to make a few smart lists:

  • Blockers → Show all tasks that have any ticket set in the “Blocked by” attribute (I would then want to section by these tickets in the list view)
  • Goals → Show all tasks that have an ticket set in the “Goal” attribute (I would then want to section by these tickets in the list view)

When I go to make a smart list and filter by an attribute like “Blocked by” it’s wanting me to pick a specific task, whereas I want all tasks.

Loom explaining goal usecase: Loom | Free Screen & Video Recording Software

Hey Case, sounds like you’d want to use syntax like:

NOT Blocked by = None
NOT Goal = None
image

Hope this helps!

1 Like

That worked perfectly! I had no idea there was a modifier for that. Thanks!

No problem!! I’m happy to hear it :blush: