This space has been archived and is not current

The latest documentation for Include Bitbucket for Confluence Cloud is available at [Include Bitbucket for Confluence]

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

1 Installation

This add-on must be installed through the Atlassian Universal Plugin Manager (UPM):

  1. Click on Settings on your Confluence Cloud instance
  2. Click Find new add-ons from the left-hand side of the page
  3. Locate Include for Bitbucket Cloud for Confluence via search
  4. Click free trial
  5. You're done!


2 Configuration


You only have to do the following steps if you intend to include files, issues and pull requests from a private Bitbucket repository. If you only use public repositories, you can ignore the following instructions. Please also notice that you have to do these steps only once for every Bitbucket user/team from which private repositories you want to access files from.

When using private repositories, Bitbucket IP whitelisting is not supported.


The configuration consists of two basic steps. The first one is to create the OAuth credentials in Bitbucket so that the app is allowed to access the files/issues/pull requests to show them inside its macros. The second step is to add these OAuth credentials to the app's settings. Both steps are described as follows.

2.1 Configuration in Bitbucket Cloud

  1. Go to Bitbucket Settings →  OAuth → Add Consumer
    Note: admin rights for the selected account where you want to include files from are necessary
  2. Name your OAuth consumer, and enter the following URL to the Callback URLhttps://ch-mibex-include4bitbucket.herokuapp.com/oauth-callback
  3. Give "Read" permissions for Repositories, Issues, Pull Requests (this depends on what macros you want to use, e.g., if you like to use the macro for showing all open pull requests or open issues, you have to add the appropriate permissions)



        4. After saving these settings, you will be able to see your OAuth Client Key and Client Secret. Please write them down for the next step below.

2.2 Configuration in Confluence Cloud

1. Go to Confluence Configuration → Include Bitbucket Cloud. You should then see the following page:


2. Click Add


3. To get the UUID of the Bitbucket User/Team from which you want to include files from private repositories, paste one of the following URL's into the browser depending on if you want to access a user or team account:

For users:  https://api.bitbucket.org/2.0/workspaces/USER_KEY

For teams: https://api.bitbucket.org/2.0/workspaces/TEAM_KEY

Here's an example:


Write down the UUID for the next step.


4. Then, add the UUID, Client Key and Client Secret from the Bitbucket OAuth consumer configuration to this dialog. Afterwards, press Submit.



5. Finished. You can now include files, issues and pull requests from Bitbucket private repositories into Confluence with the apps' macros.



  • No labels