Skip to content

Latest commit

 

History

History
158 lines (118 loc) · 6.73 KB

File metadata and controls

158 lines (118 loc) · 6.73 KB
title Hosted XML process model
titleSuffix Azure DevOps Services
description How to customize work tracking features using the Hosted XML process model
ms.service azure-devops-boards
ms.custom engagement-fy23
ms.topic overview
ms.author chcomley
author chcomley
monikerRange azure-devops
ms.date 01/17/2023

Hosted XML process model

[!INCLUDE version-eq-azure-devops]

Note

Feature availability: The Hosted XML process model is only supported for organizations that have migrated to Azure DevOps using the data migration tool for Azure DevOps.

The Hosted XML process model provides support for customizing work tracking objects and Agile tools for a project by modifying and importing a process template. Updates made to the process template are applied to projects that were created using that process.

[!INCLUDE temp]

Supported customizations

You can perform the following tasks with the Hosted XML process model.

:::row::: :::column span="1"::: Area :::column-end::: :::column span="3"::: Customization support :::column-end::: :::row-end::: :::row::: :::column span="1"::: Fields
:::column-end::: :::column span="3":::

:::row::: :::column span="1"::: Pick lists
:::column-end::: :::column span="3":::

:::row::: :::column span="1"::: Work item types :::column-end::: :::column span="3":::

:::row::: :::column span="1"::: Backlogs and process configuration
:::column-end::: :::column span="3":::

:::row::: :::column span="1"::: Process template :::column-end::: :::column span="3":::

:::column-end::: :::row-end:::

Add release deployment support to a work item type

The release deployments control shows release information for only those work items that have been associated to a commit that is part of a build being released. To add the release deployments control to a work item type, you need to add the following syntax to a work item type XML definition. To learn more about this control, see Link work items to deployments.

[!div class="tabbedCodeSnippets"]

<Group Label="Deployment">
    <Control Type="DeploymentsControl" Name="Deployments" />
</Group>

This syntax is added to the following work item type definitions of the default process templates.

[!div class="mx-tdBreakAll"]

Agile Basic Scrum CMMI
- Bug
- Epic
- Feature
- Issue
- Task
- Test Case
- User Story
- Issue
- Task
- Test Case
- Bug
- Epic
- Feature
- Impediment
- Product Backlog Item
- Task
- Test Case
- Bug
- Change Request
- Epic
- Feature
- Issue
- Requirement
- Review
- Risk
- Task

Customization sequence

Use the following sequences when you manage customizations using the Hosted XML process model. This sequence requires you to update your project by updating the process template that it uses. We recommend that you maintain your process templates in a repository for version control.

Export processImport processRefresh and verify changes

Related content