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 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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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

TAGS
AUG Leaders

Atlassian Community Events