You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,22 @@ By this time of writing:
31
31
32
32
How to install and use gtt? You can find the documentation [here](documentation.md).
33
33
34
+
### limitations
35
+
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.")
0 commit comments