This is a discussion on Add field to bug notifications doesn't work - Mozilla ; Hi, all. Has anybody else run into this problem before? We are running Bugzilla 2.20. I've added a new field to the bugs table and provided an ability to enter and modify information in this field on the new and ...
Hi, all.
Has anybody else run into this problem before?
We are running Bugzilla 2.20. I've added a new field to the bugs table and
provided an ability to enter and modify information in this field on the new
and edit bug pages.
Now I want to add this field to the email notifications. I've made sure that
the mailhead field in the fielddefs table has 1 in it. I also added this
line to the BugMail.pm:
$substs{"new_field"} = $values{'new_field'};
I've even re-run checksetup.pl script, but the bug notifications still don't
contain this new field. Any ideas on how to resolve this issue?
Thank you in advance.