..._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...
...View and copy source files Confirm that the repository exists and that I have access I created an Atlassian API token and am using it as the password when prompted during an HTTPS clone, per Bitbucket...
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...
...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...
...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...
...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...
I’m trying to trigger a Bitbucket pipeline and create a tag on a commit via web requests using the Bitbucket REST API in Jira automation. Initially, I encountered a 403 error – IP not whitelisted. A...
...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...
Copied to clipboard