Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 15 Current »

Code Review Assistant officially supports Bitbucket Server and does not run on Datacenter nor Bitbucket Cloud.


The app mirrors Git repositories for which it is enabled to a temporary directory to be able to run static code analyzers on it (Bitbucket’s bare repositories cannot be used for this as non-bare Git repos with a working directory are needed).

These bitbucket_home/tmp/crarepos* directories can be safely deleted and you should do this regularly to not exceed your disk quotas. The app will re-create the clones for new pull requests again.


There are two ways to install Code Review Assistant, both using the Universal Plug-in Manager:

Installing Code Review Assistant directly from Atlassian Marketplace

  1. Click the admin drop-down on your Bitbucket Server instance and choose Add-ons.
  2. Click Find new add-ons from the left-hand side of the page.
  3. Locate Code Review Assistant via search.
  4. Click Install to download and install Code Review Assistant.
  5. You're done!

Installing Code Review Assistant by file upload

  1. Download Code Review Assistant on the Atlassian Marketplace (Details Tab, click the download button).
  2. Click the admin drop-down on your Bitbucket Server instance and choose Add-ons.
  3. Click Manage Add-ons...
  4. Click the Upload add-on link at the top right side of the page. 
  5. Enter the location of the JAR file you downloaded.
  6. Click Upload.
  7. You're done!
  • No labels