Modify ↓
Opened 13 years ago
Closed 13 years ago
#10301 closed defect (worksforme)
No way to query tickets that are not assigned
Reported by: | 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 )
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 , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
You actually want query:owner= or perhaps query:owner=&status=!closed.