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
759a3968
Commit
759a3968
authored
Dec 09, 2020
by
Rachel Gottesman
Committed by
Marcin Sedlak-Jakubowski
Dec 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix future tense issues
parent
3318b9dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/user/project/time_tracking.md
doc/user/project/time_tracking.md
+4
-4
No files found.
doc/user/project/time_tracking.md
View file @
759a3968
...
...
@@ -49,7 +49,7 @@ you need to enter an estimate of 3 days, 5 hours and 10 minutes, you would write
`/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 b
e
Every time you enter a new time estimate, any previous time estimates
ar
e
overridden by this new value. There should only be one valid estimate in an
issue or a merge request.
...
...
@@ -59,12 +59,12 @@ To remove an estimation entirely, use `/remove_estimate`.
To enter a time spent, use
`/spend 3d 5h 10m`
.
Every new time spent entry
will be
added to the current total time spent for the
Every new time spent entry
is
added to the current total time spent for the
issue or the merge request.
You can remove time by entering a negative amount:
`/spend -3d`
will remove 3
You can remove time by entering a negative amount:
for example,
`/spend -3d`
removes three
days from the total time spent. You can't go below 0 minutes of time spent,
so GitLab
will automatically reset
the time spent if you remove a larger amount
so GitLab
automatically resets
the time spent if you remove a larger amount
of time compared to the time that was entered already.
To remove all the time spent at once, use
`/remove_time_spent`
.
...
...
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