Uploaded image for project: 'Bitbucket Data Center'
  1. Bitbucket Data Center
  2. BSERV-7226

Stash Find Repo Name from Repo ID

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Answered
    • None
    • None
    • None
    • We collect Bitbucket feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Admins need some way to find a repository name from a repository ID number. Either have this functionality built in to the repository search bar or have some sort of REST API that does this job. In addition, it would be useful to have a line in the description file of each repository stating the name of the repository. Right now it seems the easiest way to find the repository name from an ID is to query the database with something like this:

      SELECT <DB_NAME>.repository.name FROM <DB_NAME>.repository WHERE <DB_NAME>.repository.id = "<REPO_ID>";

      The only other way is to search the application.xml file or each individual repository's settings page for it's location.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bstuart Ben Stuart
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: