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