Mantis 1.2.x 其實已經有 due_date 這個欄位, 所以只要在 config_inc.php 內增加以下兩行就可以出現
:
# --- due date --------------------
$g_due_date_update_threshold = REPORTER;
$g_due_date_view_threshold = VIEWER;
$g_path = 'http://xxx.xxx.com/mantis/';
:
再來就可以配合 Reminder Plugin 看看如何通知提醒即將到期的問題