Hi,
I want to add the due_date field to 'report issue' form.
I could figure out how to add it to the 'view issues' page but not to the report/edit issue views.
Help please.
Thanks,
DB
adding due date field
Moderators: Developer, Contributor
Re: adding due date field
Add the following lines to file config_inc.php and adjust access levels to your needs
Code: Select all
$g_due_date_update_threshold = DEVELOPER;
$g_due_date_view_threshold = REPORTER;
Re: adding due date field
Hi.
Is it possible to get an email (for example 1 day) before the due date?
Is it customizable, where?
Thank You, Lucas.
Is it possible to get an email (for example 1 day) before the due date?
Is it customizable, where?
Thank You, Lucas.
Re: adding due date field
This plugin might help (never tried myself)
https://github.com/mantisbt-plugins/Reminder
https://github.com/mantisbt-plugins/Reminder