Create a List of Unassigned Cases

nsoonhui - November 8, 2009 - 11:07
Project:Project issue tracking
Version:6.x-1.x-dev
Component:Issues
Category:support request
Priority:normal
Assigned:Unassigned
Status:by design
Description

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?

#1

dww - November 8, 2009 - 19:13
Status:active» by design

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.

 
 

Drupal is a registered trademark of Dries Buytaert.