Replies: 2 comments
-
|
Thanks for raising this — and you're right that the current Bitbucket setup is clunkier than it should be. What works today: Orca supports Bitbucket Cloud for viewing pull requests and build/CI statuses. Authentication is currently via environment variables only. Set either:
Common gotchas that usually explain "I set the token but it won't connect":
Then check Settings → integrations; the Bitbucket card should show "Connected" with your account. What's coming: we agree the env-var + restart flow isn't a good experience. Unlike GitHub/GitLab — where we delegate auth to the I'll follow up on this thread when that ships. Thanks for your patience! |
Beta Was this translation helpful? Give feedback.
-
|
You shouldn’t need to set the repo up from scratch. Orca uses the local git checkout, so the important parts are: the repo’s git remote -vMake sure the remote is a Bitbucket Cloud URL, for example: origin https://bitbucket.org/<workspace>/<repo>.git
# or
origin git@bitbucket.org:<workspace>/<repo>.gitA common gotcha is setting the token in one shell/session but starting Orca from another place where that env var isn’t present. After exporting the Bitbucket env vars, restart Orca from the same environment. Also check that the token/app password has permission to read the repository and pull requests. If it still doesn’t connect, the useful bits to share are: the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m having trouble configuring Orca with a Bitbucket repository.
Can someone help me?
I already have the token configured, but I can’t seem to get it working.
Am I missing any configuration step?
I already have the repository checked out locally, but maybe I need to set it up from scratch?
Is there any guide or documentation I can follow?
Beta Was this translation helpful? Give feedback.
All reactions