Hey :) I'm writing a python script that creates and configures the bitbucket repositories in a certain workspace for my team, using the Bitbucket Cloud API. Part of our configuration is adding s...
Hi all, Using the REST API we are trying to retrieve data about branches in the workspace. Using https://api.bitbucket.org/2.0/repositories/{workspace}/(repository}/refs/branches we g...
Hello Bitbucket Community, I'm currently automating some of our workflows using Bitbucket Pipelines and faced an issue when trying to authenticate API requests to Bitbucket's REST API. I attempted to...
...rotect our branch merges. Here are some of the questions we'd like to know regarding bitbucket. 1. Do you recommend project or repo level branch restrictions? If project how can we automate seeing t...
Hi, I need to use the Bitbucket API to create Pull requests and am using the Atlassian-python library. But I am running into a 401 error when I run this block of code: import logging i...
I am currently experiencing an issue where using the REST API to edit a file of approximately 6–7 MB results in a gateway timeout error. Given the file size, this seems unexpected. Could y...
...bove features - https://developer.atlassian.com/cloud/bitbucket/rest/api-group-branch-restrictions/#api-repositories-workspace-repo-slug-branch-restrictions-post Is there any way to manage the M...
/1.0/groups API is very useful to manage Bitbucket Cloud user groups, including listing down specific users under particular group. But v1 APIs are deprecated and I am not able to find c...
Hi all, I'm trying to connect to our internal Bitbucket server via the Atlassian Python API, using a token: from atlassian import Bitbucket bb = Bitbucket(url='https://<ourURL>',token = '&l...
Copied to clipboard