bitbucket-api Questions
4
How can I create a new branch in Bitbucket repository using REST API?
I'm using Postman client.
Westbrooke asked 26/4, 2017 at 7:46
2
I am using Atlassian Stash (Bitbucket server) to manage my git repository. Recently I had a requirement to commit a file (a newly created .xml file) to my Git repository using the Stash REST API. I...
Pisciculture asked 14/10, 2016 at 8:1
0
I need to run a code search report across many projects/repositories hosted on Bitbucket Server.
The browser interface is not helpful for this task as it pages the results and requires manual scro...
Glaring asked 6/6, 2017 at 17:22
0
I am fetching pull requests for a particular repository using Bitbucket REST API version 2.0.
https://developer.atlassian.com/bitbucket/api/2/reference/search?q=tag:pullrequests
Below REST API wo...
Teasley asked 27/4, 2017 at 13:28
1
I created an ASP.NET MVC application which can authorize the user at Bitbucket.
I used CSharp.Bitbucket library to get the token secret and token value.
The OAuth tutorial said that with the toke...
Adrenal asked 28/7, 2014 at 15:54
1
I need to integrate Bitbucket with Jenkins. So that whenever a PR is opened it will trigger a build in Jenkins. Then commit status of the last commit in the PR will be updated as failed or success ...
Ablebodied asked 23/3, 2016 at 16:49
1
Github has this API :
Add or update organization membership (given authenticated user is an organization owner)
Does Bitbucket APIs have an equivalent of this for theirs teams (equivalent of organ...
Mantel asked 2/11, 2016 at 23:48
1
Solved
I have a team on my bitbucket account, myteam, which contains a project named mainproject. Whenever I want to create a repository inside I only need to execute this command line:
$ curl -X POST -v...
Natascha asked 13/7, 2016 at 9:17
1
Solved
Is there a way using the BitBucket API to get a list of all commiters/contributors to a repository?
I know I can user git-shortlog for this purpose but would rather make an API call if possible.
Romanov asked 26/12, 2015 at 16:6
1
Solved
I want to find out email addresses of users in my team, I can get their usernames but unable to get the email addresses.
I have admin rights on all my teams.
I have tried the below URL but I get 4...
Staurolite asked 30/11, 2015 at 3:12
2
Solved
As the title states it, I want to access the bitbucket API from a native Java Desktop Application. Bitbucket requires Applications to use OAuth2, and for that I found that Oltu should do the job.
...
Rawinsonde asked 28/6, 2015 at 9:29
2
Solved
I have a bitbucket team which has several repositories but I forgot the user password to login. I have the user password credentials for team through which I can access and clone the repo. Is there...
Doublebreasted asked 9/6, 2014 at 5:7
1
Solved
in the Stash REST API, after having retrieved an OAuth token, I'd like to get the identity of the connected user (username, email, ...). But I can't find a resource in the doc that let me do it wit...
Margotmargrave asked 29/9, 2014 at 9:42
1
I've been trying to integrate BitBucket to my application for the past 4 hours to no avail.
While reading through BitBucket's RESTful API documentation, I noticed that you need to use OAuth — it's...
Tiger asked 9/9, 2012 at 5:32
4
Solved
I'm trying to get the list of issues on a private repository using bitbucket's API.
I have confirmed that HTTP Basic authentication works with hurl, but I am unable to authenticate in Python. Adap...
Humanitarian asked 19/4, 2010 at 16:36
© 2022 - 2024 — McMap. All rights reserved.