Import and export a Hosted XML process

Azure DevOps Services

Important

Import process supports the Hosted XML process model which allows you to manage customizations through updating the WIT definition of a process template. This feature is only available for organizations that have been migrated to Azure DevOps Services using the TFS Database Import Service.

If you use the Inheritance process model, you can customize your work tracking through the user interface by creating an inherited process. If you use the On-premises XML process model, you can customize a process template, see Upload or download a process template and Customize a process template.

To learn more about process models, see Customize work tracking.

In Azure DevOps Services, you manage customization of work tracking objects through a process. Hosted XML processes are imported and exported through a web based administration experience.

When you import a new process, you're able to create new projects using it.
When you import an existing process, all projects that use that process are updated to reflect the changes.

For example, updates made to any of the custom processes listed below automatically update the two projects that use the process.

Custom processes mapped to projects

As you discover additional customizations that you need to make, you can export the existing process, update the process XML definition files, zip the result and re-import the newly updated process. Your changes are applied to all your existing projects that use that process.

Import process supports the following scenarios:

Import a process from an on-premises Azure DevOps

If you want to test your process in an on-premises Azure DevOps Server (formerly named Team Foundation Server (TFS)) to see if it works in Azure DevOps Services, perform the steps that follow.

In an on-premises Azure DevOps Server, each project has its own copy of a process so careful consideration needs to be made as to which processes should exist for your organization. Migration to Azure DevOps Services is a great time to think about process alignment across your organization and reducing the number of variants of that centralized process.

  1. Run the process export script to generate a process for a given project.

  2. (Optional) Edit the ProcessTemplate.xml file name and description. Ensure it conforms to the rules and constraints outlined in Customize a process.

  3. Create a zip file of the process folder and files.

  4. Import the zip file of your custom process by following the steps in the next section.

  5. Repeat the above process for each process you want to import to Azure DevOps Services.

  6. Using the imported process(es), create projects on Azure DevOps Services for each you want to migrate.

Open Settings>Process

You create, manage, and make customizations to processes from Organization settings>Process.

  1. Choose the Azure DevOps logo to open Projects. Then choose Organization settings.

    Open Organization settings

  2. Then, choose Process.

    Organization Settings, Process page

    Important

    If you don't see Process, then you're working from TFS-2018 or earlier version. The Process page isn't supported. You must use the features supported for the On-premises XML process model.

Import a process

Prior to importing a process, you'll want to customize it to support your work tracking needs. Name your process something other than Scrum, Agile, or CMMI. These system processes are locked and you're prevented from overwriting them.

  1. Only members of the Project Collection Administrators group can import a process. To learn more, see Change project collection-level permissions.

  2. From the Processes tab, choose import and then drag-and-drop or browse to the zip file of the process you've customized.

    Note

    If you don't see the Import process link, then your organization isn't set up to support the Hosted XML process model. You should work with the Inheritance process model for your customization needs. The Hosted XML process model is only supported if your account was created through the Data Import Service.

    Import Process link

  3. Choose the file to upload. Your custom process must meet specific constraints in order to pass validation checks during import.

    Import Process dialog, choose process file to import

    Check the Replace existing template if you are updating an existing template. The import process overwrites any template that has the same name as the one you import and requires that you check this box to confirm you want it replaced.

    Important

    You can't update one of the locked processes: Agile, CMMI, and Scrum.

  4. Upon successful import, you'll see the following message.

    Import Process success dialog

    If the process doesn't pass the validation checks performed on import, you'll receive a list of error messages.
    Correct each error and then retry the import.

  5. You can immediately create a project using the newly imported process.

    Import process actions menu, Create new team project from imported process

  6. Fill out the form that appears. To learn more about the different options, see Create a project.

    Create new project dialog

Update an existing process

Once you've added a process, you can update it by importing a zip file where you've modified one or more files within the process template.

Note

It's a best practice to Export a process before making changes so that you don't accidentally overwrite changes made by other users.

  1. Import the process according to steps 2 and 3 from the previous procedure.

  2. Check the Replace existing template to indicate you want to overwrite the existing process.

    Import Process dialog, replace existing process

  3. The Import Process dialog indicates that the system is updating projects that reference the Hosted XML process.

  4. Upon successful import, you'll see the following message. All projects that were created with the process are updated with the modifications.

    Process page, Import Process success dialog, successfully imported and updated projects

  5. If you renamed or deleted fields or work item types, you receive a confirmation message. Go ahead and check the box and proceed with the import. To learn more about each message, select the forward link provided. Information messages don't require any action on your part.

    Deleted field confirmation dialog

Set the default process

Set a process as the default to have it preselected for all new projects you plan to create.

Process page, hosted XML process, set as default process menu option

Export a process

Export a process when you want to update it or use it as the basis for creating another process.

The system exports a zip file containing an XML representation of the process. This can be modified and later imported.