Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multiple projects on bugzilla

81 views
Skip to first unread message

Tony Tay

unread,
Jan 30, 2002, 12:50:36 AM1/30/02
to
hi,

My company has multiple projects going on at the same time. Some questions
i have are:

1. Is it possible to track bugs owned by a developer? The bugs will come
from different projects.
The motivation for this question is to see the developer's workload
before assigning him/her to another project. The developer will be using
the same login name for all projects.

2. How do i track bugs by project for:
(a) completed (fixed) bugs for a specified "targeted milestone"
(b) uncompleted (not fixed) bugs for a specified "target milestone"

Will appreciate any ideas and help.

--
regards,
tony


Myk Melez

unread,
Jan 30, 2002, 4:08:05 AM1/30/02
to Tony Tay
Tony Tay wrote:

> 1. Is it possible to track bugs owned by a developer? The bugs will come
> from different projects.

It is trivial to do this in Bugzilla. Just run a query for all bugs
assigned to that developer without specifying a product (aka project),
and you will get a list of bugs across all products in which the
developer has bugs.


> 2. How do i track bugs by project for:
> (a) completed (fixed) bugs for a specified "targeted milestone"
> (b) uncompleted (not fixed) bugs for a specified "target milestone"

Both of these searches are easily accomplished in Bugzilla. For
example, see the following two queries which show my completed and
uncompleted bugs, respectively, for the Bugzilla product's 2.16 milestone:

http://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=myk%40mozilla.org&emailtype1=exact&emailassigned_to1=1&product=Bugzilla&target_milestone=Bugzilla+2.16

http://bugzilla.mozilla.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&email1=myk%40mozilla.org&emailtype1=exact&emailassigned_to1=1&product=Bugzilla&target_milestone=Bugzilla+2.16

-myk

Tony Tay

unread,
Jan 27, 2002, 7:11:27 PM1/27/02
to
hi Myk,

thanks for your answer. i have a few other questions.

"Myk Melez" <m...@mozilla.org> wrote in message
news:3C57B7F5...@mozilla.org...


> Tony Tay wrote:
>
> > 1. Is it possible to track bugs owned by a developer? The bugs will
come
> > from different projects.
>
> It is trivial to do this in Bugzilla. Just run a query for all bugs
> assigned to that developer without specifying a product (aka project),
> and you will get a list of bugs across all products in which the
> developer has bugs.
>

[TT] Will it be possible to use bugzilla to break down by projects in the
query. We would like to know which project he is on has more bugs than
others.
What would you recommend to track by project ? And how also if i
may ask. I am still learning.

>
> > 2. How do i track bugs by project for:
> > (a) completed (fixed) bugs for a specified "targeted milestone"
> > (b) uncompleted (not fixed) bugs for a specified "target
milestone"
>
> Both of these searches are easily accomplished in Bugzilla. For
> example, see the following two queries which show my completed and
> uncompleted bugs, respectively, for the Bugzilla product's 2.16 milestone:
>
>
http://bugzilla.mozilla.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&b
ug_status=REOPENED&email1=myk%40mozilla.org&emailtype1=exact&emailassigned_t
o1=1&product=Bugzilla&target_milestone=Bugzilla+2.16
>
>
http://bugzilla.mozilla.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIF
IED&bug_status=CLOSED&email1=myk%40mozilla.org&emailtype1=exact&emailassigne
d_to1=1&product=Bugzilla&target_milestone=Bugzilla+2.16
>

[TT] How do i associate the milestone with a particular project ? Can the
above query be achieved using the query option in bugzilla ?
[TT] Another question which is not related is, does severity have
precedence over priority in bugzilla ?

> -myk
>


Andreas Franke

unread,
Jan 31, 2002, 12:51:22 AM1/31/02
to
Tony Tay wrote:

> i have a few other questions.

I'm not sure if it helps, but you may want to
play around with the bugzilla test installation at
http://landfill.tequilarista.org/bugzilla-tip/
and, if you haven't already, take a look at the
Bugzilla Guide (the documentation) at
http://www.trilobyte.net/barnsons/html/
(Chapter 4.3 is about Products and Milestones).

Here are two example links that have to do with products:
http://landfill.tequilarista.org/bugzilla-tip/reports.cgi?product=WorldControl&output=most_doomed&links=1&banner=1

http://landfill.tequilarista.org/bugzilla-tip/buglist.cgi?product=WorldControl&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=tara

landfill.tequilarista.org is a test installation, so
you can try out everything you want there.

Hope that helps,
Andreas

Andreas Franke

unread,
Jan 31, 2002, 1:01:40 AM1/31/02
to
Also, you may want to have a look at this link:
http://bugzilla.mathweb.org:8000/table_of_bug_counts.cgi?vertical=owner&horizontal=product&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&maxBugs=5000&stripDN=1

Note however that this "bug count tables" extension is not yet part of the
standard bugzilla distribution. You can find code for this here:

* Need summary table of bug counts
http://bugzilla.mozilla.org/show_bug.cgi?id=92676

Andreas

Myk Melez

unread,
Jan 31, 2002, 4:46:56 AM1/31/02
to Tony Tay
Tony Tay wrote:

> [TT] Will it be possible to use bugzilla to break down by projects in the
> query. We would like to know which project he is on has more bugs than
> others.

There is no explicit grouping mechanism in Bugzilla's query system, but
that would be a useful feature to have, so I filed a bug on it.

http://bugzilla.mozilla.org/show_bug.cgi?id=122755

If there aren't too many projects, then you could get this information
by running queries for each project and looking at the bug counts.
Bugzilla also has a basic reporting mechanism that will show the bug
counts for all engineers for a given project.


> What would you recommend to track by project ? And how also if i
> may ask. I am still learning.

That depends on your organizational structure more than anything else.
Here at mozilla.org we generally give each different program a different
"product" in our Bugzilla installation, then further sub-divide sections
of each program into Bugzilla "components". In at least one case,
however, we have grouped a collection of programs (our web tools) into a
single product and given each web tool its own component.


> [TT] How do i associate the milestone with a particular project ?

Take a look at the following page of the Bugzilla Guide:

http://www.trilobyte.net/barnsons/html/programadmin.html


> Can the
> above query be achieved using the query option in bugzilla ?

Yes.


> [TT] Another question which is not related is, does severity have
> precedence over priority in bugzilla ?

That's up to you. Bugzilla merely provides the fields. It is up to you
to decide how to use them.

-myk

0 new messages