is there an (easy) way to get a list of all users found in the commit logs for all repositories under a project?
Hi Robbin,
The commit information can be retrieved through this Stash core REST API. The users will be there for every commit as you can see if you expand the 200 example, within "author". You could parse this raw data later on and sort the unique users that commited in that repository.
However I believe that if you want to automate everything, you will need before hand:
Best regards
Thiago Bomfim
Atlassian Support - Stash
thanks, I wrote a python script for that now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.