diff options
author | Ruben Davila <rdavila84@gmail.com> | 2016-12-23 00:44:02 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2017-01-15 11:10:04 -0500 |
commit | 17196a2ff31c4eb65fa9ecff6f7208171e26059b (patch) | |
tree | e9a491799b764c42f3c0c20cb33fa763ebb520df /doc/user/project | |
parent | 64dd41a0e21360c380cab394f8a5c9b4945b7fd1 (diff) | |
download | gitlab-ce-17196a2ff31c4eb65fa9ecff6f7208171e26059b.tar.gz |
Backport backend work for time tracking.
Diffstat (limited to 'doc/user/project')
-rw-r--r-- | doc/user/project/slash_commands.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/user/project/slash_commands.md b/doc/user/project/slash_commands.md index 5f6a6c6503e..87c9756ea5d 100644 --- a/doc/user/project/slash_commands.md +++ b/doc/user/project/slash_commands.md @@ -29,3 +29,7 @@ do. | <code>/due <in 2 days | this Friday | December 31st></code> | Set due date | | `/remove_due_date` | Remove due date | | `/wip` | Toggle the Work In Progress status | +| <code>/estimate <1w 3d 2h 14m></code> | Set time estimate | +| `/remove_estimate` | Remove estimated time | +| <code>/spend <1h 30m | -1h 5m></code> | Add or substract spent time | +| `/remove_time_spent` | Remove time spent | |