0

Our company has multiple projects, and uses code reviews in most of them. However in one decades-old project we get the following message: "This feature can't be used until your Azure DevOps administrator has enabled it on the team project."

enter image description here

In Visual Studio / Team Explorer / Pending Actions, I drop down the list of Actions, and select 'Request Review' to get the above message.

We can't find the setting to enable code reviews, and google can't find any mentions of the error message.

We're still using Team Foundation version control, not Git. We are on "Azure DevOps Server 2020 Update 1"

The closest match I've found on the web is this but it's not quite the same, and I'm reluctant to poke around with the templates without understanding them. It is quite possible that this project has been imported from our old Source Safe system some time ago though, the history is murky.

jessehouwing
  • 106,458
  • 22
  • 256
  • 341
Robin Bennett
  • 3,192
  • 1
  • 8
  • 18

1 Answers1

2

There used to be a new feature enablement wizard in versions up to Team Foundation Server 2018, It has now been removed. So now you'll have to do this manually. The blog post you referenced looks correct at first glance..

What you need to do is to make sure the right work item types, categories and relationships exist in your team project.

This official doc lists the steps to take. You'll need to:

You're likely missing more features, all of upgrades are described in the linked documenation.

jessehouwing
  • 106,458
  • 22
  • 256
  • 341