bitbucket-api

Bitbucket API authentication with Python's HTTPBasicAuthHandler

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. Adapting the code from this tutorial, I have written the following script. import cookielib import urllib2 class API(): api_url = 'http://ap...

Recieve Issues by email in BitBucket

I Love BitBucket.org But is there a way to configure BitBucket to accept email and automatically putting them into my 'New' Issue list in the issue tracker? Similarly how you can make it so that it listens for code check-ins and it will auto-magically set issues to complete/fixed etc.. I want something the other way around. I don't w...