Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10301 closed defect (worksforme)

No way to query tickets that are not assigned

Reported by: ruediger.kupper+trac@… Owned by:
Priority: normal Milestone:
Component: query system Version: 0.12-stable
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

I find no way of querying all tickets that have no owner.

The query that comes to mind immediately is query:status=!assigned, but this does not yield the tickets that have status assigned unset. Instead, it lists all tickets that are accepted OR closed OR new OR reopened.

This is obviously not what I want, since a ticket may be new but still it's assigned to someone. Is there a way to find all tickets that have not yet been assigned to anyone?

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 13 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

You actually want query:owner= or perhaps query:owner=&status=!closed.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.