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

How do you delete a bug report in Bugzilla?

591 views
Skip to first unread message

Stephen Brennan

unread,
Mar 4, 2008, 6:34:13 PM3/4/08
to support-...@lists.mozilla.org
I would like administrators of our bugzilla system to be able to delete
bugs at their discretion.

How can this be done?

I have tried moving too a product called Trash, however this fails
because the reporter can still see the bug.

Cheers

Stephen Brennan

Marc Schumann

unread,
Mar 5, 2008, 1:28:55 AM3/5/08
to support-...@lists.mozilla.org
Stephen, in Bugzilla, you delete bugs by deleting the component they're in.
Regards
Marc

2008/3/5, Stephen Brennan <Stephen...@elprotech.com>:

> _______________________________________________
> support-bugzilla mailing list
> support-...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/support-bugzilla
> PLEASE put support-...@lists.mozilla.org in the To: field when you
> reply.
>

Stephen Brennan

unread,
Mar 5, 2008, 8:20:51 PM3/5/08
to Marc Schumann, support-...@lists.mozilla.org
Marc,

Are you sure there is no other way? This seems very tedious.

What if you put some bug reports in simply to test the bugzilla setup.
To delete them you have to create another product component move them to
this component and then delete the component. Surely it would be more
convenient and still safe enough to have a special group with the
permission to delete a bug report. A special warning message for this
operation would be appropriate of course.

Cheers
Stephen

Max Kanat-Alexander

unread,
Mar 6, 2008, 2:40:09 AM3/6/08
to support-...@lists.mozilla.org
On Thu, 6 Mar 2008 11:20:51 +1000 "Stephen Brennan"
<Stephen...@elprotech.com> wrote:
> Surely it would be
> more convenient and still safe enough to have a special group with the
> permission to delete a bug report. A special warning message for this
> operation would be appropriate of course.

Yes, that would be fine. If you'd like to implement it and
attach it to a bug somewhere (I imagine there's already a bug filed for
this) following our development guidelines, we'd probably accept such a
patch.

The guide for contributors is here:

http://wiki.mozilla.org/Bugzilla:Developers

-Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.

Stephen Brennan

unread,
Mar 6, 2008, 6:11:17 PM3/6/08
to Max Kanat-Alexander, support-...@lists.mozilla.org
Max,

I wouldn't mind having a go at it. I am a bit scratchy on perl and am
not familiar with the structure of the Bugzilla database or the Bugzilla
source code. If you can, please give me some tips to get started, so I
know what I should modify what I shouldn't modify and existing code
which will already do most of what is needed. (ie. Obviously there is
already code to delete an entire bug and code to restrict functions to
specific group of users. - It appears there are just a few things that
need to be done to bring these things together)

Cheers
Stephen Brennan

-----Original Message-----
From: support-bugz...@lists.mozilla.org
[mailto:support-bugz...@lists.mozilla.org] On Behalf Of Max
Kanat-Alexander
Sent: Thursday, 6 March 2008 5:40 PM
To: support-...@lists.mozilla.org
Subject: Re: How do you delete a bug report in Bugzilla?

http://wiki.mozilla.org/Bugzilla:Developers

Max Kanat-Alexander

unread,
Mar 6, 2008, 6:19:58 PM3/6/08
to support-...@lists.mozilla.org
On Fri, 7 Mar 2008 09:11:17 +1000 "Stephen Brennan"
<Stephen...@elprotech.com> wrote:
> If you can, please give me some tips to get
> started, so I know what I should modify what I shouldn't modify and
> existing code which will already do most of what is needed.

I would look at what editcomponents.cgi does to delete bugs,
and maybe modularize that code so it can be re-used in process_bug.cgi.
Then you'd just need some link to show up in the bug edit form, which
is in template/en/default/bug/edit.html.tmpl.

Anything else you can ask about in IRC, as described here:

http://wiki.mozilla.org/Bugzilla:Communicate

Stephen Brennan

unread,
Mar 10, 2008, 2:07:45 AM3/10/08
to Max Kanat-Alexander, support-...@lists.mozilla.org
Max,

It seems to me that it would be more consistent to have a 'delete'
'Action' on the right of a bug search result than having a delete option
when editing the bug.

Cheers
Stephen

-----Original Message-----
From: support-bugz...@lists.mozilla.org
[mailto:support-bugz...@lists.mozilla.org] On Behalf Of Max
Kanat-Alexander
Sent: Friday, 7 March 2008 9:20 AM
To: support-...@lists.mozilla.org
Subject: Re: How do you delete a bug report in Bugzilla?

http://wiki.mozilla.org/Bugzilla:Communicate

Max Kanat-Alexander

unread,
Mar 10, 2008, 7:25:15 AM3/10/08
to support-...@lists.mozilla.org
On Mon, 10 Mar 2008 16:07:45 +1000 "Stephen Brennan"
<Stephen...@elprotech.com> wrote:
> It seems to me that it would be more consistent to have a 'delete'
> 'Action' on the right of a bug search result than having a delete
> option when editing the bug.

I'd discuss it in whatever bug you find or file.

0 new messages