Add Due Date to the "New Issue" form

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
LECOQ
Posts: 4
Joined: 04 Nov 2013, 11:03

Add Due Date to the "New Issue" form

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

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

Post 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
Please use Search before posting and read the Manual
thE_iNviNciblE
Posts: 1
Joined: 13 Dec 2014, 10:26

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

Post by thE_iNviNciblE »

thank you, very helpful.

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