0
votes

I have a requirement to change the layout of the Task in Azure DevOps Server 2019. I want to relocate the "Details" section under the "Staus" section. I tried using the Process editor via VS 2019. But doesn't work published WIT show no modifications. Can anyone guide me through this?

enter image description here

Layout change I did: enter image description here


Additional Note: I tried following the inherited process model but got stuck. According to this article some links are missing on our DevOps Server 2019. I logged in as the administrator of the DevOps server. Please refer to the screenshot attached. enter image description here

1

1 Answers

1
votes

In Azure DevOps, we do have two process models,On-premises XML process model and Inheritance process model.

For Azure DevOps Server 2019, you have a choice of process models. When you create a project collection, you'll need to choose between On-premises XML process model and Inheritance process model.

Using the Process editor via VS 2019 only apply to On-premises XML process model.

If you are using inherited process, you need to do the customization in web portal directly-- Customize the web layout for a work item type (Inheritance process)

More details about the customization of these two models: