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:
- estimate 1w 2d 4h 30m
- spend 30m
- time formats from https://confluence.atlassian.com/bitbucketserver/using-smart-commits-in-bitbucket-server-802599018.html
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?
Should probably create a database table for this so reports can be generated quickly.
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).