I'm pretty new to Mantis BT. That tool is great to track bugs into softwares we provide to clients.
We're a small team and we want to estimate the time to spend & track the time really spent on each bug !
I didn't find any way to do that
I ve been googling that, searching the forum, online doc and can't find how to do that... (I'm frernch, my english isn't that great).
#####################
# Time tracking
#####################
# Turn on Time Tracking accounting
$g_time_tracking_enabled = ON;
# A billing sums
$g_time_tracking_with_billing = OFF;
# Stop watch to build time tracking field
$g_time_tracking_stopwatch = ON;
# access level required to view time tracking information
$g_time_tracking_view_threshold = DEVELOPER;
# access level required to add/edit time tracking information
$g_time_tracking_edit_threshold = DEVELOPER;
# access level required to run reports
$g_time_tracking_reporting_threshold = MANAGER;
#allow time tracking to be recorded without a bugnote
$g_time_tracking_without_note = ON;
time tracking is a new feature in Mantis 1.2
But 1.2 is still in RC state so either you decide to run a rc version or you wait until there is a stable release of Mantis 1.2