adding due date field

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
devboy
Posts: 16
Joined: 19 Sep 2010, 08:19

adding due date field

Post 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
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: adding due date field

Post 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;
Please use Search before posting and read the Manual
LUKDIP
Posts: 2
Joined: 08 Sep 2014, 21:32

Re: adding due date field

Post 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.
atrol
Site Admin
Posts: 8534
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: adding due date field

Post by atrol »

This plugin might help (never tried myself)
https://github.com/mantisbt-plugins/Reminder
Please use Search before posting and read the Manual
Post Reply