How to enable Redmine time tracking

Redmine records work hours through a project module named Time tracking. Enable it when a project needs spent-time totals, activity-based reports, or a Log time form for issue and project work.

The module is controlled from the project settings page. When it is disabled, issue tracking can still work, but the project overview does not show the Time tracking panel and users cannot open the project Log time form.

Project activities come from Redmine time tracking enumerations and can be narrowed per project. Keep only the activities that match the team's reporting categories, then confirm the Log time form offers the intended activity before handing the project to users.

Steps to enable Redmine time tracking:

  1. Sign in to Redmine with an administrator account or a project role that can select project modules.
  2. Open the target project and confirm the overview does not show a Time tracking panel while the module is disabled.
  3. Click Settings to open the project settings page.
  4. Select Time tracking under Modules in the Project tab.
  5. Click Save and confirm Successful update appears with the Time tracking settings tab available.
  6. Open the Time tracking tab, keep the activities the project should use checked, and click Save.

    Activity names are managed under AdministrationEnumerations. The project tab only enables or disables existing activities for this project.

  7. Open the project Overview and confirm the Time tracking panel shows Estimated time, Spent time, Log time, Details, and Report.
  8. Click Log time and confirm the Activity field offers an enabled activity such as Development.

    Users who record entries need a role with Log spent time permission.
    Related: How to set Redmine role permissions