Skip to main content

Bitbucket Integration

Overview


Setup Steps

  1. Sign in to Vylor
  2. Create or Select an organization
  3. Click Add Integration → Bitbucket → Create Integration
  4. Enter your repository URL (e.g., https://bitbucket.org/vylor-ai/example-repo)
  5. A webhook URL will be generated — copy it and add it to your Bitbucket repository’s Webhooks section.
  6. Enter the generated webhook token when prompted.
  7. Create an access token in Bitbucket with the following permissions:
    • pullrequest
    • pullrequest:write
    • repository
    • repository:write
  8. Enter the email associated with the access token.
    (For Bitbucket, this will be the email received after creating the token, e.g., [email protected].)
  9. Enter a display name to be used for git commits or as the author (e.g., the name linked to the access token).
  10. Click Create Integration to complete the setup.

Permissions

Manage (repository, pullrequest:write)

  • Allows Vylor to create and update pull requests.

View (repository)

  • Enables Vylor to read repository commits and pull request details for intelligent analysis and event tracing.

Update (repository:write, pullrequest:write)

  • Allows Vylor to post comments, approve pull requests, and update repository data automatically.