Can I add a description to git repositories in stash? I would like the description to show up next to the repository's name on stash's overview page.
git repository names tend to be short and best don't contain white space as they become part of URLs. Hence they may be somewhat cryptic. For stash projects a description is set right when I create the project. Can I do the same with git repositories?
Thanks,
Heiner
Hi Heiner,
Adding descriptions to a git repository is not possible in Stash. We do render README files that are part of the repository (using Markdown) that you could use to add a description to your repository?
Cheers,
Stefan
Hi Stefan,
fine, that works. I tried README.md and README.txt, both are displayed.
regards,
Heiner
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, you may want to check out this plugin from the Atlassian Marketplace:
https://marketplace.atlassian.com/plugins/com.pirateninjaunicorn.stash.readme-parser
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
Are there any plans to add this? It is difficult to navigate a project with 20-40 different repositories in it without descriptions.
Best regards
Sergey
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree with Sergey... I'd like to have this feature so that I can see something about the repository in the list view of repositories for the project. Something like support for Github's description file perhaps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have created a plugin to add repository descriptions to stash.
https://marketplace.atlassian.com/plugins/at.apogeum.stash.repodesc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Stephan Bechter
I used your plugin noticed there are a few instances where the GET request to the projects repo description would return a 404. Could there be an issue with how this file is created?
i.e. https://<BITBUCKET_URL>/rest/repodesc/latest/projects/<PROJECT>
Expecting: HTTP code 200 with json file of repo descriptions
Actual: HTTP 404
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can vote here for this feature: https://jira.atlassian.com/browse/STASH-3216
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am currently evaluating Stash for my organization. This feature is a must for us. I would up vote it if I could. I clicked the jira issue, maybe I don't have permissions to vote ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.