Search found 2 matches

by jaskiratsingh
17 Jul 2009, 10:40
Forum: General Discussion
Topic: How can I disable the email confirmation in Mantis?
Replies: 3
Views: 7724

Re: How can I disable the email confirmation in Mantis?

You can try the following:

$g_enable_email_notification = OFF;
in config_inc.php and there will be no emails at all
by jaskiratsingh
17 Jul 2009, 09:24
Forum: General Discussion
Topic: Help on Bug Reopen Count required
Replies: 1
Views: 2066

Help on Bug Reopen Count required

I need a report in which i need a count on how many times each bug has been reopened i.e. status has been changed from Resolved to Reopened. The only was i know is to open each bug and searching for the same in Issue History.


Can anyone help me with this?