Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to fetch a repository name from the config file in BitBucket server?

Harish January 5, 2016

I am trying to find out the repo information from the server files. I noticed that the solutions for such a requirement involve reading the config file of each repo. The config file should have a section with this information?

1 answer

1 accepted

1 vote
Answer accepted
Zafer Cakmak January 5, 2016

You may try to use rest api.

You can get all projects by https://developer.atlassian.com/static/rest/stash/3.11.3/stash-rest.html#idp573712

You can get all repositories of project by https://developer.atlassian.com/static/rest/stash/3.11.3/stash-rest.html#idp1574208

Getting repositories gives information about the repository.

 

Harish January 5, 2016

Just what I was looking for! Thanks. Is there a way to SET properties of a repository using REST?

Zafer Cakmak January 6, 2016

If you post a new property to repository api, it should set new properties: https://developer.atlassian.com/static/rest/stash/3.11.3/stash-rest.html#idp1622144

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events