Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 2.87 KB

File metadata and controls

59 lines (37 loc) · 2.87 KB
title Change a project from Hosted XML process
titleSuffix Azure DevOps
description Upgrade a project that uses a Hosted XML process model to an inherited process in Azure DevOps Services
ms.custom inherited-process
ms.service azure-devops-boards
ms.author chcomley
author chcomley
ms.topic how-to
monikerRange azure-devops
ms.date 05/30/2018

Change a project from Hosted XML to an inherited process

[!INCLUDE version-eq-azure-devops]

Once you've cloned your Hosted XML process to an inherited process, you can change the project(s) from the Hosted XML process to the inherited process. You change a project from a Hosted XML process to its derived inherited process to start customizing the process through the user interface.

Caution

Choosing to clone a project from a Hosted XML process model to an inherited process is an irreversible operation. Before you change the process of an existing project from Hosted XML to the cloned inherited process, review Supported operations when moving from Hosted XML process to inherited process to understand which customizations are preserved and which are not before you change the process of a project from Hosted XML to an inherited process. Also, create a test project to verify the customizations preserved or reapplied to a process.

Prerequisites

[!INCLUDE prerequisites-change-process]

[!INCLUDE temp]

Change the project process to an inherited process

After you've verified your customizations, you can now apply the inherited process to your existing project.

  1. From Process, choose the original Hosted XML process, then choose the Projects page.

    [!div class="mx-imgBorder"]
    Open inherited process, Projects page

  2. Open the … context menu for the project and choose the Change process… option.

    Here we open the menu for the Fabrikam Test project.

    [!div class="mx-imgBorder"]
    Fabrikam Test project context menu, Choose Change process

  3. Choose the inherited process that you created. The system lists only those processes that are valid for the selected project.

    [!div class="mx-imgBorder"]
    Change process to an inherited process dialog

  4. Choose Ok.

Related articles