mjftw / react-bitbucket-pull-request-board

React and Redux based project to show the status and activity of all your Bitbucket pull requests in an info board.
MIT License
1 stars 1 forks source link

Cannot see repos listed where Bitbucket account does not have write permissions #14

Closed mjftw closed 4 years ago

mjftw commented 4 years ago

Really the logged in Bitbucket account should just need read permissions, and not write. This is likely due to the incorrect required permission level being specified when making requests to Bitbucket.

mjftw commented 4 years ago

This turned out to not be a bug, but a misunderstanding of a different issue.