In my system, the bugmail received for every new bug committed has
certain fields which I prefer to disable, such as product, cc field
etc...
Can somebody please help me?
You can modify the template for the email, found in:
template/en/default/email/newchangedmail.txt.tmpl
then run ./checksetup.pl to re-compile the templates.
I tried but nothing changed...............should we update it anywhere
else....
jus an eg. I dont want product and CC to appear in any of the mails
received for the new bugs committed.....So I removed them from
newchangedmail.txt.tmpl and compiled..........but again it is shown in
every new mail....
Please help
What do you mean by compiled - Run checksetup.pl?
~raghu
Tavant’s Facebook community is more than 1000 strong now, check out www.Tavant.com/Facebook.url
Any comments or statements made in this email are not necessarily those of Tavant Technologies.
The information transmitted is intended only for the person or entity to which it is addressed and may
contain confidential and/or privileged material. If you have received this in error, please contact the
sender and delete the material from any computer. All e-mails sent from or to Tavant Technologies
may be subject to our monitoring procedures.
In Bugzilla/Field.pm, modify the in_new_bugmail value for those fields
to 0 and then run checksetup.pl.
-Max
--
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.
Now it works......field.pm also has to be modified....thanks Max