diff options
author | Vlad <vlad.bilanchuk@teamvoy.com> | 2017-09-22 19:20:44 +0300 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2017-10-13 11:41:49 +0100 |
commit | 945e0684afc3c22ac658dbb68005cb2ebf5ac51c (patch) | |
tree | 90cb7fdd46b13735002d0ecd4e8ae5d75c94201d /doc | |
parent | 5843a43c16e007193f5e26522d1e7368a0bdb2d7 (diff) | |
download | gitlab-ce-945e0684afc3c22ac658dbb68005cb2ebf5ac51c.tar.gz |
added date parameter for time trackinggitlab-ee-1312-time-spent-at
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/quick_actions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/quick_actions.md b/doc/user/project/quick_actions.md index 6a5d2d40927..e81e935e37d 100644 --- a/doc/user/project/quick_actions.md +++ b/doc/user/project/quick_actions.md @@ -32,7 +32,7 @@ do. | `/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 subtract spent time | +| <code>/spend <time(1h 30m | -1h 5m)> <date(YYYY-MM-DD)></code> | Add or subtract spent time; optionally, specify the date that time was spent on | | `/remove_time_spent` | Remove time spent | | `/target_branch <Branch Name>` | Set target branch for current merge request | | `/award :emoji:` | Toggle award for :emoji: | |