We would like to close all existing old bugs in bulk irrespective of the status

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
shanthini
Posts: 39
Joined: 10 Apr 2010, 12:01

We would like to close all existing old bugs in bulk irrespective of the status

Post by shanthini »

Hi,

We would like to close all existing old bugs in bulk irrespective of the status How can we do this from backend (using update query)

Please help

Thanks
cas
Posts: 1586
Joined: 11 Mar 2006, 16:08
Contact:

Re: We would like to close all existing old bugs in bulk irrespective of the status

Post by cas »

very simple, change the status field to value 90 for those bugs that fit your selection in table mantis_bug_table :mrgreen:
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: We would like to close all existing old bugs in bulk irrespective of the status

Post by atrol »

If a complete closing should be simulated via direct database access, the field last_updated should be updated and also the history table.
Please use Search before posting and read the Manual
Post Reply