From the admin side of stash, we have the repository numbers. From the command line, can I query something, like the database, to learn the URL path for each number? I know the server name, so I just need the {project}/{repo.git} value.
Thank you,
John
I found a way to query the DB:
select repository.id,project.project_key,repository.slug FROM repository LEFT JOIN project on project.id=repository.project_id order by repository.id;
Hi John,
You might be interested in the following plugin:
https://bitbucket.org/atlassian/stash-reponame-plugin
Charles
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.