Commit 63a7d839 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'msj-time-tracking-years' into 'master'

Remove unsupported time unit form docs

See merge request gitlab-org/gitlab!79455
parents 730173d2 c09b94b8
......@@ -137,14 +137,13 @@ The breakdown of spent time is limited to a maximum of 100 entries.
The following time units are available:
| Time unit | What to type | Conversion rate |
| --------- | --------------------------- | -------------------- |
| Year | `y`, `year`, or `years` | 8766h (365.25 × 24h) |
| Month | `mo`, `month`, or `months` | 160h (4w) |
| Week | `w`, `week`, or `weeks` | 40h (5d) |
| Day | `d`, `day`, or `days` | 8h |
| Hour | `h`, `hour`, or `hours` | 60m |
| Minute | `m`, `minute`, or `minutes` | |
| Time unit | What to type | Conversion rate |
| --------- | --------------------------- | --------------- |
| Month | `mo`, `month`, or `months` | 4w (160h) |
| Week | `w`, `week`, or `weeks` | 5d (40h) |
| Day | `d`, `day`, or `days` | 8h |
| Hour | `h`, `hour`, or `hours` | 60m |
| Minute | `m`, `minute`, or `minutes` | |
### Limit displayed units to hours **(FREE SELF)**
......
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