Azure DevOps Integration (Cloud)
ThinkReview seamlessly integrates with Azure DevOps (formerly Visual Studio Team Services), bringing AI-powered code reviews directly into your pull requests.
Video Demo
Section titled “Video Demo”Compatibility
Section titled “Compatibility”ThinkReview works with all modern Azure DevOps environments:
- Azure DevOps Services (Cloud): Hosted at
dev.azure.comor*.visualstudio.com. - Azure DevOps Server (On-Premises): Self-hosted (formerly TFS) with custom domains (e.g.,
tfs.company.com).
Whether your organization uses the latest URL format or the legacy https://{org}.visualstudio.com, the ThinkReview extension will automatically detect your pull requests and inject the review sidebar.
Setup: Personal Access Token (PAT)
Section titled “Setup: Personal Access Token (PAT)”To read code changes from Azure DevOps, the extension requires a Personal Access Token (PAT). This token stays locally in your browser and is only used to fetch the code diff for analysis.
How to add your token:
Section titled “How to add your token:”- Generate a PAT in Azure DevOps:
- Go to User settings (top right) > Personal access tokens.
- Click + New Token.
- Name it “ThinkReview”.
- Give it Read access to Code.
- Copy the token.
- Add to Extension:
- Click the ThinkReview extension icon in your browser toolbar.
- Go to Settings.
- Locate the Azure DevOps section.
- Paste your Personal Access Token and click Save.
Using ThinkReview in Azure DevOps
Section titled “Using ThinkReview in Azure DevOps”Once configured, the ThinkReview button will appear on the bottom right of any Pull Request page in Azure DevOps.
- Navigate to an active Pull Request.
- Click the ThinkReview button on the bottom right of the page.
- The AI will analyze the diff and provide suggestions, security checks, and best practices directly within the Azure DevOps interface.