Page 3 of 3

Re: "Time tracking" on Mantis 2.0 ??

Posted: 09 Apr 2017, 14:20
by mariakatosvich
I too have enabled it, time tracking on 2.1.0. was indeed as simple as amending the config_inc.php to set $g_time_tracking_enabled = ON;

Re: "Time tracking" on Mantis 2.0 ??

Posted: 22 Sep 2017, 08:59
by erix
didaquis wrote: Yes! You need activate this option. On your config_inc.php file add this line:

Code: Select all

$g_time_tracking_enabled = ON;
Yes, Thank You so much didaquis ! ;)

Re: "Time tracking" on Mantis 2.0 ??

Posted: 04 Oct 2017, 21:55
by Mophilly
epenet wrote: However, I have a need for two features:
1. ability to set the date of the work (eg. I worked 4 hours YESTERDAY on this issue.)
2. ability to set a custom tracking field (eg. research, dev, testing...)
My group developed an in-house plugin that presents a time entry grid that lets the user set the date, time and note content. It has a couple of hooks into one of our in-house systems, but that dependency could be modified or removed. It is does not support custom field within the bug note.

If this is of interest, please contact me via this board, or at mophilly.com.

BTW, there is, or was, a third party time entry plugin available some years ago. It didn't quite fit our needs but it looked very good, with many useful features.