The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

it is posiable to clone the all repo in my account using the rest api

ambuj kumar hardeniya
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 27, 2022

Hi Team,

I hope you are doing well !

Please suggest if it is possible to clone my all Repo in my account using the REST API ?

 

Thanks & Regards

Ambuj Kumar Hardeniya

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Mark C
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 29, 2022

Hi @ambuj kumar hardeniya

Welcome to the community.

Unfortunately, there's no feature to clone a repository via REST API.
You can, however, download a repository using the below endpoint similar to the repository Downloads section as mentioned here.

Here are some sample CURL commands:

To download a repository by branch:

curl -L -u bb_username:app_password "https://bitbucket.org/workspace_id/repo_name/get/master.zip"

To download a repository by commit hash:

curl -L -u bb_username:app_password "https://bitbucket.org/workspace_id/repo_name/get/f223b53537cf.zip"

In the above Curl commands, please note that you'll need your Bitbucket Cloud username and an App password.

Hope it helps and let me know if you have further questions.

Regards,
Mark C

TAGS
AUG Leaders

Atlassian Community Events