
Features
- Quick access to your repositories
- Search your recent pipelines and see their status
- See your recent open pull requests
Getting started
- Generate a Bitbucket API token with
read:* scopes, or narrow to:
- read:workspace:bitbucket
- read:user:bitbucket
- read:repository:bitbucket
- read:pullrequest:bitbucket
- write:pullrequest:bitbucket (needed to approve, decline, or request changes on pull requests)
- Start a bitbucket command and fill the required fields:
- Workspace: You can see your workspaces here, and use the slug. You can find it in the URL of your workspace:
https://bitbucket.org/{organization}/
- Account email
- API token
Now you should be able to run Bitbucket commands with Raycast 🚀.
Roadmap
Extension built & tested for Bitbucket Cloud
Bitbucket API resource: https://developer.atlassian.com/cloud/bitbucket/rest/intro/
Bitbucket Client API resource: https://bitbucketjs.netlify.app/