Closed (works as designed)
Project:
Project issue tracking
Version:
6.x-1.x-dev
Component:
Issues
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2009 at 11:07 UTC
Updated:
8 Nov 2009 at 19:13 UTC
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
Comment #1
dwwhttp://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.