[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Query on issue tracker: only NEW, STARTED and REOPENED

From: <kfogel_at_collab.net>
Date: 2003-09-19 18:55:15 CEST

Vincent Lefevre <vincent+svn@vinc17.org> writes:
> > > I have a problem with the issue tracker: When I perform a query with
> > > all the status fields selected, I get only results for NEW, STARTED
> > > and REOPENED issues. How can I get RESOLVED, etc. issues?

Okay, I see it now: the problem is that the 'Resolution' field has
"-None-" selected by default. So even if you select all the options
for the 'Status' field:

   UNCONFIRMED
   NEW
   STARTED
   REOPENED
   RESOLVED
   VERIFIED
   CLOSED

the query will still only find issues that have no Resolution. Since
most (indeed, all) issues in, say, the RESOLVED or VERIFIED states
have resolutions, they won't show up in the results.

If you *also* select all the possibilities for Resolution

   -None-
   FIXED
   INVALID
   WONTFIX
   LATER
   REMIND
   DUPLICATE
   WORKSFORME
   MOVED

then the query will return the results expected: every bug in the
database :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 19 19:43:42 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.