...orking with my API token. (Sourcetree no longer has anything but the app-specific API token.) I've also verified that the token's expiration date is well into the future. Thoughts/suggestions?
...tumble into a 401 UNAUTHORIZED status code when I try do any Bitbucket API calls. Both in the pipeline but also when I curl a call via my terminal (I have tried to make a token with all scopes to c...
I'm trying to use the token created on BitBucket.org to push the changes in my repo using SourceTree Windows v3.4.31. When I try to push, I receive this error: git -c diff.mnemonicprefix=false -c c...
..._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...
...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...
...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...
...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