Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Azure DevOps Services
Note
Feature availability: The Hosted XML process model is only supported for organizations that migrate to Azure DevOps by using the data migration tool for Azure DevOps.
By using the Hosted XML process model, you can customize work tracking objects and Agile tools for a project by modifying and importing a process template. When you update the process template, you apply those updates to projects that you created by using that process.
Note
For more information, see the following articles:
Supported customizations
You can perform the following tasks by using the Hosted XML process model.
Area
Customization support
Fields
Pick lists
Work item types
Backlogs and process configuration
Process template
Add release deployment support to a work item type
The release deployments control shows release information for only those work items that are associated with a commit that's part of a build being released. To add the release deployments control to a work item type, add the following syntax to the work item type XML definition. To learn more about this control, see Link work items to deployments.
<Group Label="Deployment">
<Control Type="DeploymentsControl" Name="Deployments" />
</Group>
Add this syntax to the following work item type definitions of the default process templates.
| 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 by using the Hosted XML process model. This sequence requires you to update your project by updating the process template that it uses. Maintain your process templates in a repository for version control.


