Active PR Radar
View all active pull requests across every repository in your Azure DevOps project in a single,
sortable, filterable table — plus a personal "My Drafts" tab for your own draft pull requests.
Inspired by the now-unsupported
"All Active Pull Requests" extension
by Mimeo.com, Inc. — rebuilt from scratch on a current, secure toolchain, with the extras below.
Features
- One table for active pull requests across all repositories in the project.
- Sort by author, creation date, repository, build status, your vote, or comment resolution.
- Filter by keyword, repository, "Passed" build status, or "Needs My Review".
- Auto-refresh, with an on/off toggle.
- Per-user, per-project settings: your filters, auto-refresh choice, and column visibility are all
remembered the next time you open the extension.
- Build status and comment-resolution status per pull request.
What's new compared to the original
None of the following exists in the original "All Active Pull Requests" extension:
- The keyword, repository, build-status ("Passed"), and "Needs My Review" filters.
- The auto-refresh toggle.
- Persisted settings — filters, auto-refresh, and column visibility are remembered per user and
per project; the original reset to defaults on every page load.
- A current, security-clean build toolchain (the original's had 82 known vulnerabilities, 17
critical, as of 2026).
- A fix for a shared-object mutation bug in the original that could corrupt vote-status colors
across unrelated rows on the same page.
- A fix for an N+1 REST-call pattern in the original that could burst hundreds of concurrent
requests on projects with many active pull requests; comment-count fetching here is
concurrency-limited and the table renders progressively as data arrives.
Required permissions
This extension requests the minimum scopes needed to read pull requests, builds, and your profile:
vso.code, vso.code_status, vso.build, vso.profile. It does not request write access.
Feedback & source
Source code: https://github.com/M4fin/active-pr-radar
Found a bug or have a feature request? Open an issue:
https://github.com/M4fin/active-pr-radar/issues
A link to the repository is also available directly in the extension, next to the Settings icon.