Questions tagged [bitbucket-api]

The Bitbucket REST API allows third-party application developers the means for writing applications for the Bitbucket service.

The Bitbucket REST API allows third-party application developers the means for writing applications that integrate with the Bitbucket service. The API includes ways to manage the repository changesets, issues on the issue tracker, permissions etc.

See also

430 questions
-1
votes
1 answer

Remove a member from workspace using bitbucket api

I want to remove a member from my workspace using bitbucket api. I am not able to find solution can anyone help me. Thanks for help.
Msvstl
  • 1,116
  • 5
  • 21
-1
votes
1 answer

Bitbucket API: Get workspace object in webhook payload

According to the documentation of the recent refactoring switch from user/team-based API to the workspace-based API, webhook payloads will soon have the owner property removed. Also according to this documentation, the webhook payloads already…
muetzenflo
  • 5,653
  • 4
  • 41
  • 82
-1
votes
1 answer

Upload data from file with Python requests (like @file in curl)

I'm trying to set user's avatar in bitbucket using bitbucket API - https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html#idm8283193008. Curl example from docs works for me, but I have no idea how to get my python requests…
zavullon
  • 43
  • 1
  • 6
-1
votes
1 answer

List Bitbucket accounts with failed login attempts / count using API

Is it possible to get a list with users from our Bitbucket server that has information about failed login attempts? Can I use the API? Query the database? Code snippets?
onknows
  • 6,151
  • 12
  • 65
  • 109
-1
votes
1 answer

Bitbucket users left organisation, I want to know implications on code if i delete users from my account

I have some users in bit bucket cloud who left organisation, I want to remove them from my account so I can save billing. My question is if I remove access will there be any problem with commits and work they have contributed to the projects or…
Niranjan
  • 1
  • 2
-1
votes
2 answers

How to download zip from Bitbucket by using Bitbucket-api and Python on Windows10

I have searched some code about bitbucket-api (here) How to download "zip" by using Bitbucket-api and Python on Windows10 ? I use : Python 3.5.0 Bitbucket-api 0.5.0 (from pip install bitbucket-api ) Windows 10 -----update Do I miss parameter in…
soysoy
  • 289
  • 2
  • 10
-1
votes
1 answer

How can we display Bitbucket commit version in php page

How can we get bitbucket last commit version in php page. I tried https://api.bitbucket.org/2.0/repositories/user/repositoryname but getting access forbidden.also nothing explained anywhere about header.
user1648204
  • 35
  • 1
  • 7
-1
votes
1 answer

Get BitBucket users, groups, permissions

I am trying to write python script to get list of BitBucket users, groups and permissions to repositories. Can someone provide an example how to do this using python?
Alexandr
  • 345
  • 1
  • 6
  • 16
-1
votes
1 answer

Storing 3rd party sources in version control system and managing customizations to it

I have a git repository using BitBucket for a PHP webapp that we purchased from a vendor. We use the repository to make enhancements to the vendors original webapp. The issue is that the vendor frequently release new versions for which we need to…
user3658991
  • 95
  • 1
  • 5
-4
votes
2 answers

Can anyone provide me php or nodejs oauth library for bitbucket api so that, I can interact with the library with ajax calls?

I need a library based on php(preferably) like loginWithBitbucket.php so that, I send authorization request to it and it will authorize the bitbucket user by opening new tab and asking for user login credentials and do the authorization and then…
amulya349
  • 1,210
  • 2
  • 17
  • 26
1 2 3
28
29