Work Item PR Report is a lightweight Azure DevOps extension that helps teams gain visibility into how work items are implemented across repositories. It scans the hierarchy of a given work item (such as a Feature or Epic), gathers all linked pull requests (PRs) from that hierarchy, and generates a consolidated report of affected repositories.
This is especially useful when:
You want to understand the development impact of a large feature
You need to validate PR coverage before closing a parent work item
You’re conducting technical audits or preparing for release reviews
The report helps developers, tech leads, and managers save time by eliminating the need to manually inspect each child work item or navigate through scattered PR links.
How to Use
Navigate to Boards → Work Item PR Report from your Azure DevOps project menu.
Enter a work item ID (e.g., Feature, Epic, or User Story).
Click "Generate Report."
The tool will:
Recursively traverse the hierarchy of child work items
Collect all pull requests linked to any level of the hierarchy
Display a detailed table with repository name, PR ID, status, and more
Optionally, enable the checkbox to "Include only the latest PR per repository" to filter results.
Performance Note
The execution time depends on the number and depth of child work items under the selected work item. For large epics with many stories and tasks, scanning may take several seconds.
All operations are performed entirely on the client side.
No data is transmitted externally, making this tool safe for secure and sensitive environments.
Feedback
We’d love to hear your thoughts!
Feel free to share suggestions, feature requests, or bug reports to help improve the tool for everyone.