Posted by nsoonhui on November 8, 2009 at 11:07am
Jump to:
| Project: | Project issue tracking |
| Version: | 6.x-1.x-dev |
| Component: | Issues |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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
#1
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.