Page MenuHomePhabricator

Is it possible to filter a by a custom field by empty value in maniphest?
OpenPublic

Asked by gracicot on Oct 6 2017, 12:31 AM.

Details

I have a custom field defined like that:

{
  "quackgames:helpers": {
    "name": "Helpers",
    "type": "users",
    "search": true
  }
}

I try to make a custom query in maniphest to see all task that don't have any "Helpers" associated to it. When I give no value, it don't filter anything, and there no "No one" option!

Is there a way to do this or something similar? Thanks.