MantisBT - Database Tweaker v1.0
27th March 2012

This is an application that lets you tweak the MantisBT database. Supports MantisBT 1.2.8. Allows Add/Delete Monitor, Add/Move bugnote, Change owner or bugnote/bug. Modify time tracking, bugnote time and modify delete category.

 

Download

8d52c5131fc1f21910409b5ca32043ae
mantisbt_database_tweaker-v1.0.py.gz

Installation

v="1.0"
gunzip mantisbt_database_tweaker-v$v.py.gz
mv mantisbt_database_tweaker-v$v.py.gz mantisbt_database_tweaker.py
python ./mantisbt_database_tweaker.py

 

Operation

Mantis Database Tweaker v1.0
=============================

1) Add monitor to issue
2) Delete monitor from issue
3) Move bugnote
4) Add bugnote
5) Change owner of bug
6) Change owner of bugnote
7) Modify time tracking
8) Modify bugnote time
9) Modify category
10) Delete category

Enter selection: 5

=================
Change bug owner
-----------------

  4 Marcel       Wave                 user1
 32 Sid          Snot                 user2
 31 Cupid        Stunt                user3

Select user id:  2
Enter bugnote number:  2842
Change owner of 'The previous host name configuration was set up by someone else so I have bro...' to 'MrN (2)'

[y/n]: y
Rollback: UPDATE mantis_bugnote_table SET reporter_id = 31 WHERE id = 2842
UPDATE mantis_bugnote_table SET reporter_id = 2 WHERE id = 2842

Project page

Comments and suggestions may be added via the MantisBT Database Tweaker project page.