Help Me

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sappy
Posts: 4
Joined: 24 Dec 2007, 12:07

Help Me

Post by sappy »

How to clear the issue history ???
is there any way to clear it?>????
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Help Me

Post by Kirill »

in table?
%prefix%_bug_history_table
or you mean something else?
sappy
Posts: 4
Joined: 24 Dec 2007, 12:07

Re: Help Me

Post by sappy »

....Confused./...

Mantis is well maintained abt each action done on the issue....It keeps track of every update.....right...
now for perticular issue i dont want any issue history to be display..or u can say i want to delete that issue history...
so whats the procedure????what to be done to do the same...
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Help Me

Post by Kirill »

In Mantis not realised clear issue history.
You can clear in table %prefix%_bug_history_table delete with this line

Code: Select all

delete from %prefix%_bug_history_table where bug_id = %bug_id_number%
you must replace %prefix% and %bug_id_number% with your value.
sappy
Posts: 4
Joined: 24 Dec 2007, 12:07

Re: Help Me

Post by sappy »

Thanks kirrill...
for such a helpfull tip...

but thing is I have admin rights for mantis not for the Database...so is there any way to...delete History for a perticular issue without touching the database....
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Help Me

Post by Kirill »

no other :(
Post Reply