Option to add an extra field for new bug page

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
andreasfc
Posts: 29
Joined: 05 Nov 2007, 10:41

Option to add an extra field for new bug page

Post by andreasfc »

Is it possible to add an extra field on the following page : bug_report_page.php
for the field : Assigned To, with this option I think it is possible to directly send an email to a user for whome the Bug is?
It is also possible with this way to add a group mail adres behind for this user.
Thanx
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Option to add an extra field for new bug page

Post by vboctor »

The code that handles the submission of the form supports the assigned to field. Hence, if you just copy the code that generates this field on the form from bug_report_advanced_page.php to bug_report_page.php, then it should work as you expect. Having a user representing a team would work fine as well.
Migrate your MantisBT to the MantisHub Cloud
andreasfc
Posts: 29
Joined: 05 Nov 2007, 10:41

Re: Option to add an extra field for new bug page

Post by andreasfc »

Thanx this work almost fine, just a small thing, how to get a default value within the field, so it's easier to the people to report something and the won't forget.
Thanx
Post Reply