Hi Team,
Kindly suggest exporting the project as well repositories details from bitbucket. (user wise)
Hi @dsp_admin ,
Please use the below query. I used below query for oracle DB and it works.
SELECT
prj.name AS "Project / User Name"
, prj.project_key AS "Project / User Key"
, rep.name AS "Repository Name"
, rep.slug AS "Repository Slug"
FROM repository rep
INNER JOIN project prj ON rep.project_id = prj.id
ORDER BY prj.name, rep.name
Hi @dsp_admin ,
Please, refer this document which will help you to export project or repository from Bitbucket using REST API call.
https://confluence.atlassian.com/bitbucketserver/exporting-957497835.html
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.