Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: ntblade on November 04, 2008, 04:10:46 PM

Title: Bugzilla buglist
Post by: ntblade on November 04, 2008, 04:10:46 PM
Hi,
I'm having a little trouble just getting a simple list of all bugs in SME 8.x.  I started out with:
Code: [Select]
http://bugs.contribs.org/query.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&email1=YOU%40YOURS.net&email2=&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter1=1&emailreporter2=1&emailtype1=exact&emailtype2=substring&field-1-0-0=bug_status&field-1-1-0=assigned_to&field-1-1-1=reporter&query_format=advanced&remaction=&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-1-1=anyexact&value-1-0-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED and then tried selecting 8.1 but I got no bugs.  I'm simply trying to list any bugs that I can hopefully help to verify on my spare hardware.

N
Title: Re: Bugzilla buglist
Post by: mercyh on November 04, 2008, 04:20:28 PM
try this.

Code: [Select]
http://bugs.contribs.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=SME+Server+Release+8.X&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Importance&field0-0-0=noop&type0-0-0=noop&value0-0-0=
Title: Re: Bugzilla buglist
Post by: cactus on November 04, 2008, 04:27:20 PM
Hi,
I'm having a little trouble just getting a simple list of all bugs in SME 8.x.  I started out with:
Code: [Select]
http://bugs.contribs.org/query.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bugidtype=include&email1=YOU%40YOURS.net&email2=&emailassigned_to1=1&emailassigned_to2=1&emailcc2=1&emailqa_contact2=1&emailreporter1=1&emailreporter2=1&emailtype1=exact&emailtype2=substring&field-1-0-0=bug_status&field-1-1-0=assigned_to&field-1-1-1=reporter&query_format=advanced&remaction=&type-1-0-0=anyexact&type-1-1-0=anyexact&type-1-1-1=anyexact&value-1-0-0=UNCONFIRMED%2CNEW%2CASSIGNED%2CREOPENED and then tried selecting 8.1 but I got no bugs.  I'm simply trying to list any bugs that I can hopefully help to verify on my spare hardware.

N
I would have a look at the matrix (listed in the top menu in bugzilla). It should show you all bugs per product/category. By clicking on the relevant product in the Total column you get the list you are after. For verification you need the column called RESOLVED (and especially the ones in that list marked as FIXED).

Before starting verification please have a look at other bug reports to see how verification is normally done, there is a certain logic in the documentation of the verification process we would like to keep in place.
Title: Re: Bugzilla buglist
Post by: ntblade on November 04, 2008, 06:01:11 PM
Thanks, that's just what I needed

N