Skip to content
| Marketplace
Sign in
Visual Studio Code>SCM Providers>Bitbucket EasyPRNew to Visual Studio Code? Get it now.
Bitbucket EasyPR

Bitbucket EasyPR

Luiz Gustavo Nunes

|
4,105 installs
| (2) | Free
Opens a Pull Request on Bitbucket from VSCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bitbucket EasyPR

Visual Studio Code extension that allows you to create a pull request in Bitbucket with an easy command.

You can download clicking here.

⚠️ Important: API Token Required

As of September 2025, Bitbucket has replaced App passwords with API tokens. To use this extension, you need to:

  1. Find your Atlassian account email:

    • Go to Bitbucket Personal settings
    • Your email is listed under "Email Aliases"
    • You'll need this email for authentication
  2. Create an API token in your Bitbucket account:

    • Go to Atlassian Account Settings > Security > API tokens
    • Click "Create API token with scopes"
    • Give it a name (e.g., "VS Code EasyPR") and an expiry date
    • Select Bitbucket as the app
    • Select the following scopes:
      • ✅ Repositories: Read (to read repositories and branches)
      • ✅ Repositories: Write (to access repository details)
      • ✅ Pull requests: Write (to create pull requests)
    • Click "Create token" and save your token (you won't be able to see it again!)
  3. The extension will prompt you for:

    • Your Atlassian account email
    • Your API token
    • Workspace and project names

For more information, see Bitbucket API tokens documentation.

Usage

Use the command palette (⇧⌘P) to create a pull request by selecting the "Bitbucket EasyPR: Create Pull Request" command.

example

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft