Repository ID값 찾기

버전:5.X

출처: https://confluence.atlassian.com/bitbucketserverkb/identifying-a-repository-on-the-bitbucket-server-779171333.html

 

대량 저장소 ID

ID로 식별해야하는 저장소가 많은 경우 다음과 비슷한 ID 번호를 Bitbucket Server 데이터베이스에 쿼리를 실행하십시오. 

SELECT name, id FROM <DataBase>.repository; 

이 쿼리는 모든 리포지토리와 해당 ID를 나열합니다.