The relavent documentation is (here)[https://bitbucket.org/atlassian_tutorial/atlassian-oauth-examples]. The example application info they provide is below. They did not use this in the example code for whatever reason. Consumer key: dpf43f3p2l4k3l03 Consumer name: OAuth Test Description: OAuth Test Example Public key: Consumer callback URL: http://<hostname where you're hosting this code>/auth
Included is a modified app.py. They had a test to demonstrate that you can't access an issue before oauth is setup and can after it is setup ... this doesn't work well if you have annonymous access enabled ... I removed the cute demo tests.