I wish to create a list of unassigned cases in project issue tracker, so that the admin ( or anyone else) can simply go to that view and see the cases that currently have no one assigned to.

Any idea how to do this?

Comments

dww’s picture

Status: Active » Closed (works as designed)

http://drupal.org/project/issues/search/project_issue?assigned=Anonymous

If you want a view specifically of this, clone one of the existing views, add a filter for assigned like the project_issue_search_all has, and set it to filter to Anonymous (or whatever your anonymous username is). That's how issues are recorded internally -- if they're unassigned, they're assigned to uid 0, which happens to be anonymous.