jeffwidman / bitbucket-issue-migration

A small script for migrating repo issues from Bitbucket to GitHub
GNU General Public License v3.0
313 stars 97 forks source link

Permission denied if issues are private #133

Closed Yemeni closed 1 year ago

Yemeni commented 4 years ago

If the repository is public on bitbucket but the issue tracking is private you will get a permission denied even after you have logged RuntimeError: Bitbucket login succeeded, but user 'Yemeni' doesn't have permission to access the url: https://api.bitbucket.org/2.0/repositories/Yemeni/repo/issues

jeffwidman commented 3 years ago

I'd happily entertain a PR fixing this.

magreenblatt commented 1 year ago

This is working for me currently (export from public repository with private issue tracker). I created a Bitbucket app password with Repositories/Read and Issues/Read permissions only.

jeffwidman commented 1 year ago

Awesome, thanks for letting me know!