top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Bugzilla: How to change flags in several bugs at once?

+2 votes
345 views

Or is there a work-around ? If a run a query to do this directly in the back-end DB, do I risk any sort of schema corruption?

posted Feb 20, 2014 by Sonu Jindal

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Most likely you only need to care about data consistency, not the schema itself, unless you interchange UPDATE with ALTER TABLE or such, and data consistency can be check by issuing a sanity check after
your change and even in case your are making something wrong which is valid for the currently used schema, but invalid in future versions, those things should be more easily fixable than schema changes.

Simply use a transaction and if everything passes and a sanity check succeeds I wouldn't have to much concerns anymore.

answer Feb 20, 2014 by anonymous
Similar Questions
+3 votes

I am using bugzilla version 4.4.2 and I need some additional fields in when I try to Change Several Bugs at Once.

At the moment i need the fields "Tags" and "Deadline " when I try to Change Several Bugs at Once. But the fields are not available.

0 votes

We want to Duplicate several bugs to one bug, when I Change Several Bugs at Once in bug list, and choose Duplicated status, there are not a DUPLICATE in resolution choice list, and no bug id ( that will be the bug those bugs will duplicate to) can be input, just as I duplicate at one bug's page.

Is there no permit to Duplicate several bugs to one bug at the same time with change several bugs at once?

+3 votes

Can someone explain how to configure "Enable tags for bugs" in 4.5.6 version of Bugzilla.

+2 votes

How to disable new bugs for a product in Bugzilla? No one should be able to create new bugs under this product, but existing bugs should be left alone.

...