The Bitbucket integration is coming soon. This page describes planned functionality that will be available in an upcoming release.
Planned Capabilities
| Feature | Description |
|---|---|
| Repository Access | Connect to Bitbucket repositories for code browsing |
| Issue Sync | Sync Bitbucket issues to Products |
| Pull Requests | View pull request status and details |
| Workspace Support | Access repositories across multiple workspaces |
| Plan Linking | Link Bitbucket issues to Plans |
Authentication
When available, the Bitbucket integration uses App Passwords for authentication. App Passwords are secure, revocable tokens that provide scoped access to your Bitbucket account.Creating an App Password
Create App Password
Click Create app password and give it a descriptive label (e.g., “Kasava Integration”)
Select Permissions
Grant the following permissions:
- Issues: Read and Write
- Pull requests: Read
- Repositories: Read
Connection Configuration
When the integration becomes available, you’ll need to provide:| Field | Description |
|---|---|
| Integration Name | A friendly name for this connection |
| Bitbucket Username | Your Bitbucket username (not your email address) |
| App Password | The app password created in Bitbucket |
| Workspace | The workspace slug from your Bitbucket URL |
| Default Repository | (Optional) Default repository for creating issues |
Your Bitbucket username can be found in your Bitbucket profile URL:
bitbucket.org/your-usernameFinding Your Workspace
The workspace slug is the identifier in your Bitbucket URLs. For example:- URL:
https://bitbucket.org/my-company/my-repo - Workspace:
my-company
Required Permissions
The integration requires these App Password permissions:| Permission | Level | Purpose |
|---|---|---|
| Issues | Read, Write | View and create issues |
| Pull requests | Read | View PR status and details |
| Repositories | Read | Access repository information |
Security
- App Passwords are encrypted at rest
- You can revoke app passwords anytime in Bitbucket Settings
- No Bitbucket account passwords are stored
- Each workspace connection is isolated