The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get a list of all users' personal repos?

Dan Rumney
Contributor
August 18, 2014

I administer a Stash system.

How do I get a list of all of the personal repos in the system?

If I can't do that, can I get a list of all of the repos of a specific user (regardless of their settings). I want to be able to recover repos for users that have left the company.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
TimP
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 19, 2014

Hi Dan,

You'll have to get a list of repositories for each individual user. You can do this via the UI by browsing to:

https://{stash_base_url}/users/{username}

Or via the REST API by requesting:

http://{stash_base_url}/rest/api/1.0/users/~{username}/repos

Full documentation on the REST resource is available here.

You'll need to be authenticated as an administrator when you make the above requests to ensure you get the full list of repositories, regardless of their permission settings.

cheers,

Tim

TAGS
AUG Leaders

Atlassian Community Events