change reporter for large amount of reports

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
smlp
Posts: 14
Joined: 09 Jan 2007, 11:10

change reporter for large amount of reports

Post by smlp »

Hi everyone,

a colleague of mine left our company and we need to re-assign his bugs to someone else by changing the "reporter" to someone else. It's about 600 reports. Changing every singe report step by step takes way to much time, someone got an idea how this can be done quickly? Would you recommend usind SQL directly on the database or is there a possibility to to this via the GUI? We use Mantis 1.0.7. Please help.. :(

Thanks in advance,

Sebastian
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Re: change reporter for large amount of reports

Post by deboutv »

smlp wrote:Hi everyone,

a colleague of mine left our company and we need to re-assign his bugs to someone else by changing the "reporter" to someone else. It's about 600 reports. Changing every singe report step by step takes way to much time, someone got an idea how this can be done quickly? Would you recommend usind SQL directly on the database or is there a possibility to to this via the GUI? We use Mantis 1.0.7. Please help.. :(

Thanks in advance,

Sebastian
Hi,

You can do it by SQL but no email will be sent...

Code: Select all

UPDATE mantis_bug_table SET handler_id=2 WHERE handler_id=1
1 is the user left
2 is the new assignee.
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply