..._name__) bitbucket_app_pw = Bitbucket( url='https://api.bitbucket.org', username='x@gmail.com', password="xxxx", # I used the app password cloud=True ) def create_pull_request(source_project: str, 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 get...
...t clearly indicated that Option 2 as API token is supported and even encouraged (here's the code link: https://bitbucket.org/bitbucketpipelines/runners-autoscaler/src/8...
...ome slack notifications, and until now we configured it like you mentioned in your documentation here https://support.atlassian.com/bitbucket-cloud/docs/integrate-bitbucket-cloud-with-slack/&n...
...o use `BITBUCKET_STEP_OIDC_TOKEN` for this purpose, specifically to post comments on pull requests. Here's the curl command I used: ```sh curl --request POST \ --url 'https://api.bitbucket.org/2.0...
...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 Merg...
Hey Bitbucket Data Center users! This is a PSA that new Jira endpoints have been released and Jira Search REST APIs will be deprecated in 2027. These changes may impact how your integrations work w...
...hey is no API for project level branch restrictions 2. What else is the purpose of a project other than user/group security and branch permissions. 3. For adding permissions we either require a...
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...
Copied to clipboard