gitlab-time-tracker icon indicating copy to clipboard operation
gitlab-time-tracker copied to clipboard

All reports by user (without specifying project nor namespace)

Open elboletaire opened this issue 6 years ago • 2 comments

Could it be possible to add some way to extract only reports for a certain user? I mean, without specifying the namespace or project?

We're already doing this specifying all the namespaces at once, but I'm asking if could be possible to simply return all the information of that user without the need of adding all the namespaces.

Thanks in advance.

elboletaire avatar Oct 04 '17 16:10 elboletaire

I actually thought about that in the past. There are two use cases regarding users: reports for all the projects and groups within a user namespace and (your feature request) reports for all time records from the given user in any project. The last one is a little challenging because the whole system is built upon projects and you have to query every project that the user has access too. It's certainly doable and I will most probably implement it in a future version. But for now I would prioritize other things coming in the next minor release. I will keep you up to date within this issue.

kriskbx avatar Oct 05 '17 12:10 kriskbx

Our typical use case is to generate timesheets across all namespaces during a given time period. Would be nice not to have to list each namespace individually.

demisx avatar Apr 16 '20 14:04 demisx