Skip to content

Time Entries

The time command (alias t) manages time entries.

Terminal window
redmine time log [flags]

Without flags, opens an interactive form.

FlagDescription
--issueIssue ID
--projectProject (name or identifier)
--hoursHours spent — required
--activityActivity type (name or ID)
--commentDescription of work
--dateDate (YYYY-MM-DD or today, default: today)
Terminal window
redmine time log
Terminal window
redmine time list [flags]
FlagDescription
--projectFilter by project
--userFilter by user: me, name, or ID
--issueFilter by issue ID
--activityFilter by activity (name or ID)
--fromStart date (YYYY-MM-DD or today)
--toEnd date (YYYY-MM-DD or today)
--limitMaximum number of results
--offsetResult offset for pagination
-o, --outputOutput format
Terminal window
redmine time list --user me --from 2024-01-15 --to 2024-01-19
Terminal window
redmine time get <id> [flags]

Aliases: show, view.

Terminal window
redmine time update <id> [flags]
FlagDescription
--hoursNew hours
--activityNew activity (name or ID)
--commentNew comment
--dateNew date (YYYY-MM-DD or today)
destructive
Terminal window
redmine time delete <id> [flags]
FlagDescription
-f, --forceSkip confirmation prompt
Terminal window
redmine time summary [flags]

Displays a summary of time entries grouped by project and activity. Accepts the same filter flags as list.