Skip to content

Time Tracking

Moved to https://gitlab.com/gitlab-org/gitlab-ee/issues/921

dev issue: https://dev.gitlab.org/gitlab/gitlabhq/issues/2192

Allow people to have this text in comments of issues:

These terms will be highlighted when they are recognized.

Sidebar will show:

  • last estimate (last estimate wins, they are never added)
  • total spend (if there are multiple users add all)

Milestone will show total

Add advanced reporting functions in EE only.

Should we also add this to merge requests or not?

Also see http://feedback.gitlab.com/forums/176466-general/suggestions/4161532-add-time-tracking-for-issues-similar-to-feng-offic


@sytses:

Should probably create a database table for this so reports can be generated quickly.


@sytses:

Other implementations allow you to specify when you spend the time: https://github.com/StephenOTT/GitLab-Time-Tracking#examples

This is nice, but maybe first use the comment timestamp for this (not ideal if you have to do it for the past week).