Search code examples
azure-devopsazure-devops-server-2019azure-devops-server

Retrieve project's process in Azure DevOps Server


We have migrated TFS to Azure DevOps Server 2019 (17.143.28621.4). We want to know the migrated projects' process.

In Azure DevOps Service, this information is displayed on "Organization settings -> Projects" but not with Azure DevOps Server.

https://learn.microsoft.com/en-us/azure/devops/organizations/settings/work/import-process/import-process

I try to find this information in the projects collection's database... without success.

Do you know how I can retreive the project's process in Azure DevOps Server?


Solution

  • You can use extension VSTS TeamProject Monitor to get the project's process for Azure DevOps Server.

    Go to extension Marketplace and search and install extension VSTS TeamProject Monitor. After it is installed, you will see ProjectList will be added to the Extensions section under Collection setttings. enter image description here

    Then you can go to Collection settings--> Extensions---> ProjectList. There you can find the project's process in the Template column

    enter image description here

    If you don't want to install above extension. You can go to Boards--> Process. There you will see a number for each process under Team projects, which indicates how many projects are using this process. You can click on these numbers to check what are those projects.

    enter image description here