Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
305bcf65
Commit
305bcf65
authored
Nov 21, 2016
by
Regis Freyd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention that it is free while in beta
parent
007947f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
doc/workflow/time_tracking.md
doc/workflow/time_tracking.md
+13
-9
No files found.
doc/workflow/time_tracking.md
View file @
305bcf65
# Time Tracking
> Introduced in GitLab 8.14.
> Introduced in GitLab 8.14 as a beta Product. This Product is free while in
beta. After the beta period, a new License key will need to be issued to use it.
Time Tracking lets teams stack their project estimates against their time spent.
Other interesting links:
-
[
Time Tracking landing page on about.gitlab.com
][
landing
]
## Overview
Time Tracking lets you:
...
...
@@ -24,7 +21,7 @@ below.
## How to enter data
Time Tracking uses two
[slash commands] that GitLab introduced
with this new
Time Tracking uses two
slash [commands] that are available
with this new
feature:
`/spend`
and
`/estimate`
.
Slash commands can be used in the body of an issue or a merge request, but also
...
...
@@ -40,7 +37,8 @@ Adding time entries (time spent or estimates) is limited to project members.
To enter an estimate, write
`/estimate`
, followed by the time. For example, if
you need to enter an estimate of 3 days, 5 hours and 10 minutes, you would write
`/estimate 3d 5h 10m`
.
`/estimate 3d 5h 10m`
. Time units that we support are listed at the bottom of
this help page.
Every time you enter a new time estimate, any previous time estimates will be
overridden by this new value. There should only be one valid estimate in an
...
...
@@ -70,7 +68,13 @@ The following time units are available:
*
hours (h)
*
minutes (m)
Default conversion rates are 1w = 5d and 1d = 8h.
Default conversion rates are
*
1 week = 5 days,
*
1 day = 8 hours.
Other interesting links:
-
[
Time Tracking landing page on about.gitlab.com
][
landing
]
[
landing
]:
https://about.gitlab.com/features/time-tracking
[
slash-
commands
]:
../user/project/slash_commands.md
[
commands
]:
../user/project/slash_commands.md
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment