u/IsopodPublic5837

▲ 0 r/gitlab

Needed a better GitLab time tracking report — built one myself

Built a free GitLab timesheet report generator because I couldn’t find this view anywhere.

Most built-in GitLab timelog reports show entries as a flat list, but what I needed was a matrix like this:

Task Alice Bob Charlie
TASK-1 3h 1h 0h
TASK-2 0h 5h 2h

So I made a tool that exports XLSX reports in exactly that format:

  • rows = tasks
  • columns = team members
  • cells = total time logged by person on task

Also supports Jira if needed (in beta).

https://preview.redd.it/5p34nroglpxg1.png?width=576&format=png&auto=webp&s=a5d7ddc834c1c9e6c0a989cec016aa385bcbcc20

Try it for free: https://timetrackreporter.com/

Would this be useful to anyone else here?

I’m considering open-sourcing / publishing it if there’s interest.

There is great plans for future, like complex dashboards, saving user sessions and many others, but also would love feedback on:

  • what additional columns/filters you’d want
  • whether XLSX is enough or dashboard/web view is needed
  • what your current workaround is for timesheet reporting
reddit.com
u/IsopodPublic5837 — 5 days ago