bitbucket-api Questions

4

Solved

I've looked at the Bitbucket API docs and this post BitBucket get list of all contributors. The second link asks about users belonging to a repo, but in my case I just want a list of ALL licensed u...
Gefell asked 2/4, 2018 at 18:45

1

Using the Bitbucket REST API, I’m looking for a way to get all pull requests that are assigned to a user. So far this endpoint: https://api.bitbucket.org/2.0/repositories/{workspace}/{repository_na...
Heyes asked 21/7, 2022 at 22:19

3

I am trying to clone a bitbucket server repo (self-hosted) using access-token however I could not find any documentation on Bitbucket server API. My clone url is ssh based. Or is there a way to us...
Thermo asked 25/6, 2019 at 18:53

4

While opening bitbucket I got a message on snackbar saying "SSH Host Key Rotation" what does it really means? Do I need to do something? SSH Host Key Rotation IMPORTANT NOTICE: Bitbucket ...
Augmenter asked 16/5, 2023 at 9:55

6

We have a application account in my server for which we have generated a ssh-key. We need to upload the application account public key to all the repositories in my bit-bucket project. There are so...

2

Solved

Using postman, I have succeeded in creating branches in bitbucket via their REST API and using the guide below Bitbucket Rest API Guide But I cannot delete a branch using the same guide as well. ...
Rosewood asked 24/4, 2018 at 16:46

1

I have many repos, in which I need to find some commit I made a very long time ago. Due to reasons, I don't know which repos I have commits in, and when I did those commits. I could go over them on...
Pyrogallate asked 15/5, 2022 at 12:9

2

I don't understand how to generate the secret that is used for the Bitbucket Server REST API using the client credential grant type. For example: $ curl -X POST -u "client_id:secret" https://examp...
Bromide asked 1/4, 2016 at 21:38

0

I understand how to create an app password for BitBucket, as discussed in Atlassian's app password information and this SO answer. Which permissions are needed for what, though? In my case, specifi...
Amplexicaul asked 10/3, 2022 at 22:6

2

Our team has an account on Bitbucket and we have to configure webhooks for each repo. Is there a way to configure webhooks for all repos in once place instead of managing webhooks in each repo sepa...
Liber asked 24/5, 2019 at 23:41

0

Let's say I have a workspace and repo called acme/widget, and I have a fork of that called brianc/widget. Using the BitBucket api, how can I create a pull request from my repo to the upstream? In t...
Scrabble asked 11/2, 2022 at 17:47

5

I have found bitbucket api like: https://bitbucket.org/api/2.0/repositories/{teamname} But this link return 301 status (moved permanently to !api/2.0/repositories/{teamname}). Ok, but this one ...
Equalize asked 6/5, 2014 at 9:25

3

Solved

Using REST API 1.0, I can do the following POST /api/1.0/repositories/{owner}/{repo}/pullrequests/1/comments What is the equivalent of this in 2.0? 2.0 documentation for pullrequests resource st...
Oldest asked 9/12, 2015 at 17:27

7

Solved

I want to use editor in browser and save in github without server. Just like text editor in github/bitbucket could new file and save it I want to know are there any REST api of this 2 services to ...
Handal asked 28/4, 2016 at 9:21

1

Solved

TL/DR: (Why) does a name/PAT combination created in the Bitbucket web UI not work with Bitbucket REST API (or repo cloning)? I've been reading various documentation on Bitbucket REST API and Person...
Whitefish asked 30/7, 2021 at 20:54

1

Is it possible to get commits on Bitbucket by datetime filter using their REST API v1.0 ? I read the entire documentation of the Bitbucket API, but I couldn't find anything related. I'm asking perh...
Tribade asked 7/7, 2021 at 10:43

2

Solved

Trying to add branch restriction to a repository, I was successful in adding a rule, however, I cannot get a group added to the rule. curl -XPOST --user user:password -H "Content-Type: application...
Freesia asked 16/8, 2016 at 2:32

5

Solved

I couldn't find anything even remotely related in the documentation.
Turnip asked 20/2, 2013 at 9:50

2

Solved

I am able to get raw file content using the Bitbucket REST API, as https://api.bitbucket.org/1.0/repositories/AccountName/Repo_Slug/raw/master/MyFolder/MyFile.cs, Is there a equivalent to get i...
Centralize asked 28/12, 2012 at 0:14

2

Solved

I am trying to hit the Bitbucket API for my account, and a successful attempt looks like: curl --user screename:mypassword https://api.bitbucket.org/1.0/user/repositories in the command line. In ...
Stagestruck asked 25/6, 2015 at 21:37

3

I'm attempting to create an integration between Bitbucket Repo and Google Cloud Build to automatically build and test upon pushes to certain branches and report status back (for that lovely green t...

2

Solved

I am trying to clone all repositories in my team's project in BitBucket. I want to extract the url and the name from the JSON returned from the REST call and use those values to clone Below is w...
Eller asked 7/10, 2019 at 15:40

1

It looks like to get the latest hash of a change it's something like: const hash = body.push.changes[0].new.target.hash; That seems a little awkward though, given the array access - will it alwa...
Luckless asked 21/5, 2019 at 22:45

2

It is possible to get all user repositories using Bitbucket API 2.0 including private repositories? When I use https://api.bitbucket.org/2.0/repositories/{username} i got only public.
Festus asked 19/5, 2017 at 12:5

1

I am interested in creating automated release notes based on the Pull Request description, such as "Add legal resolutions claim report function" shown on the screen below. However, I am n...
Unlimited asked 6/9, 2018 at 9:30

© 2022 - 2024 — McMap. All rights reserved.