python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Get list of all files from Bitbucket with API 2.0 and Python
I used to manage commits of files of my Bitbucket on-premise instance with que API 1.0 and Python.
Retrieving list of all files was quite easy with the '/files' instruction in Python :
url_0='https://...
boathon
Votes: 0
Answers: 1
How to authenticate to Bitbucket with atlassian-python-api?
I'm using the module https://github.com/atlassian-api/atlassian-python-api to work on Bitbucket server with python.
In their doc, they show a simple way to authenticate:
from atlassian import Bitbucke...
Alessandro De Vitis
Votes: 0
Answers: 1
Can I use a bitbucket app password to get an authentication token
I am trying to add a feature to my application that would let it's users create an issue directly on bitbucket if they encounter a bug. I've created a bitbucket account that the app will use to upload...

Argentum
Votes: 0
Answers: 1
Bitbucket API - Unable to Generate Access Token from JWT
I'm using Bitbucket Connect App and getting JWT token from webhook event.
When I am using the latest JWT to get access token, the access token API returning blank in response.
API:
curl -X POST -H &qu...

Chetan Tete
Votes: 0
Answers: 2