Commit 68f36b57 authored by Lee Tickett's avatar Lee Tickett Committed by Marcin Sedlak-Jakubowski

Document how to attach notes to timelogs

parent 0fdc5801
...@@ -76,6 +76,15 @@ For example, if you want to log 1 hour of time spent on the 31 January 2021, ...@@ -76,6 +76,15 @@ For example, if you want to log 1 hour of time spent on the 31 January 2021,
you would type `/spend 1h 2021-01-31`. If you supply a date in the future, the you would type `/spend 1h 2021-01-31`. If you supply a date in the future, the
command fails and no time is logged. command fails and no time is logged.
To add a timelog entry with a note, create a comment with a description and the quick action.
It then shows in the timelog "Summary/Notes" column. For example:
```plaintext
Draft MR and respond to initial comments
/spend 30m
```
To remove all the time spent at once, use `/remove_time_spent`. To remove all the time spent at once, use `/remove_time_spent`.
## View a time tracking report ## View a time tracking report
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment