Forum Discussion
FlorianFey
Feb 04, 2024Copper Contributor
Adding CodeReview and Feedback WorkItems
Hi guys, I pretty new to Azure DevOps and working with agile process. I checked the documentation from Microsoft how to set up my project in DevOps and how to add work items etc. But I'm stru...
Kidd_Ip
Aug 02, 2025MVP
Take this:
1. Request Feedback from an Existing Work Item
- Open a work item (like a User Story or Bug).
- Click the three-dot menu (⋯) in the top-right corner.
- Select Request Feedback.
- This creates a Feedback Request work item and links it as a child.
2. Code Review Work Items
- These are tied to Team Foundation Version Control (TFVC), not Git.
- You can initiate a Code Review Request from a shelveset or changeset.
- Reviewers respond with Code Review Response work items.
If you're using Git, you’ll likely rely on pull requests for code reviews instead of these work item types.