FAQ
Does it work with both Bitbucket and GitHub?
Yes. Pick your source in Settings -> Tools -> Pull Request Viewer — Bitbucket Cloud or GitHub. Connect both and a source switcher appears in the tool window so you can flip between them without reopening Settings.
Does it work with Bitbucket Server / Data Center, or GitHub Enterprise Server?
Not yet. The plugin talks to the Bitbucket Cloud API (api.bitbucket.org) and the GitHub API (api.github.com), so it works with bitbucket.org and github.com repositories. GitHub Enterprise Server support is planned.
Can I merge or decline a PR from the IDE?
No, and that's deliberate. The plugin covers review work: reading diffs, commenting, approving, or requesting changes. Merging stays on Bitbucket or GitHub, where branch permissions and merge checks are enforced.
Can I track which files I've already reviewed?
Yes. Mark each file reviewed, needs follow-up, or skipped, and use Next unreviewed to jump through what's left. Your marks are saved per pull request, so you can stop and resume later. When the author pushes new commits, files you'd already reviewed are flagged as changed since review.
What are the review checklists?
Checklist templates attach to a PR based on which files changed — a migration shows the migration checklist, an API change shows the API-contract one. Built-ins cover General, Backend, Database Migration, API Contract, Security, Frontend, and Infra, and every template is editable. You can tick items off, post a summary as a comment, and get a reminder before approving if a required item is still open.
Where are credentials stored?
Credentials are stored locally through IntelliJ's PasswordSafe, which delegates to your operating system's secure credential store.
Can I watch more than one repository?
Yes. Add multiple repositories in Settings, then view them together or filter the PR list to a single repository. Bitbucket and GitHub each keep their own repository list.
How much does it cost?
$15 per user per year, with a 30-day free trial — the full plugin, no card to start. Billing and licenses are handled by JetBrains Marketplace, where tax is added at checkout.