Page 1 of 1

adding due date field

Posted: 28 Nov 2010, 11:33
by devboy
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

Re: adding due date field

Posted: 28 Nov 2010, 13:57
by atrol
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

Posted: 19 Sep 2014, 07:33
by LUKDIP
Hi.
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

Posted: 22 Sep 2014, 18:42
by atrol
This plugin might help (never tried myself)
https://github.com/mantisbt-plugins/Reminder