Page 1 of 1

Add Due Date to the "New Issue" form

Posted: 04 Nov 2013, 15:20
by LECOQ
Hello,

I understand that Due_Date colum is available. I was able to add it to the VIEW ISSUE page via Manage \ Manage All Columns
Now i don't know how to set the DUE DATE.....

The due date does not appear on the New Issue for or Edit issue form.

Additionnal question: is there a way to set Due Date programatically based on the Severity/Priority of a Given problem.

We basically use MANTIS to handle ticket/Customer requests.

Thanks

Re: Add Due Date to the "New Issue" form

Posted: 04 Nov 2013, 21:25
by atrol
LECOQ wrote:I was able to add it to the VIEW ISSUE page via Manage \ Manage All Columns
Now i don't know how to set the DUE DATE.....

The due date does not appear on the New Issue for or Edit issue form.
Add the following lines to file config_inc.php and adjust the access levels to your needs

Code: Select all

	$g_due_date_update_threshold = MANAGER;
	$g_due_date_view_threshold = DEVELOPER;
Might be interesting for you: http://www.mantisbt.org/bugs/view.php?id=10153
https://github.com/mantisbt-plugins/Reminder

Re: Add Due Date to the "New Issue" form

Posted: 13 Dec 2014, 10:27
by thE_iNviNciblE
thank you, very helpful.

maybe the due_date should be implemented as default value after installation... :D