Skip to content

Commit 35bcaff

Browse files
committed
document limitation on work items
1 parent 8fabf78 commit 35bcaff

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

documentation.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@
2323
## features
2424

2525
* command line
26-
* create reports in various formats from time tracking data stored on GitLab
26+
* create reports in various formats from time tracking data stored on GitLab (issues and merge requests)
2727
* monitor the time you spent on an issue or merge request locally and syncs the data to GitLab
2828

29+
### limitations
30+
31+
Time tracking for other work items (e.g. tasks, epics) is currently not supported. See also https://github.com/ndu2/gitlab-time-tracker/issues/33
2932

3033
## requirements
3134

readme.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,7 @@ How to install and use gtt? You can find the documentation [here](documentation.
3333

3434
### limitations
3535

36-
gtt v1.x relies on gitlab REST API (resources `issues` and `merge_requests`). Time tracking for other work_items (e.g. Tasks, Epics) is not supported. See also #
37-
38-
39-
40-
41-
I dug a little deeper:
42-
43-
* gitlab has plans to create a work_items API: https://gitlab.com/gitlab-org/gitlab/-/issues/368055 possibly we can switch to that when it's ready.
44-
* The behaviour with gitlab 18.2.1-ee is even worse. The gitlab API does no longer report a 4xx or 5xx, but 202 Accepted (with the body text "Could not apply spend command.")
45-
46-
I documented this as a limitation.
47-
48-
36+
Time tracking for other work items (e.g. tasks, epics) is currently not supported.
4937

5038

5139
## license

0 commit comments

Comments
 (0)