additional email fields

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
rrmu

additional email fields

Post by rrmu »

Hello,

Where can I add email fields? So the developer should also get the fields
"Steps To Reproduce" and "Additional Information" in the email.

Thanks for help

René
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Post by vboctor »

At the moment there is no way to do this without changing the code. These fields should be in there by default, but at the moment they are not.

If you are familiar with PHP, then you will need to edit the following functions to implement this functionality:

core/email_api.php
- email_build_visible_bug_data()
- email_format_bug_message()

If you implement it, please submit your modified version of email_api.php and one of us will commit it to CVS.

Regards,
Victor
Checkout MantisConnect
http://www.futureware.biz/mantisconnect
Post Reply