0
votes

I am new to Azure Devops server and I'm trying to create an inherited process. my collection is type hosted xml .

I used this link: https://docs.microsoft.com/en-us/azure/devops/organizations/settings/work/manage-process?view=azure-devops

But I don't see in my process the option of creating inherited process.

My Process menu

Thanks

1
Do you have the permissions? how are you the organization owner?Shayki Abramczyk
@user4542578 Not get your latest information, is the answer helpful for you? If it is helpful, please mark it as answer, just click the option like this. Or if you have any concern, feel free to share it here.Hugh Lin
Thanks for the replay, I have full permissions, i'm working with Azure devops server . after searching i found that my collection is type hosted xml , so i wont be able to do that .Ezra Mekonen

1 Answers

0
votes

To create, edit, and manage processes, you must be a member of the Project Collection Administrators group, or have the corresponding permissions Create process, Delete process, Edit process, or Delete a field from organization set to Allow.

By default, only Project Collection Administrators can create and edit processes. However, these admins can grant permissions to other team members by explicitly setting the Create process, Delete process, or Edit process permissions at the collection level for a specific user.

Here is the document you can refer to .

enter image description here

enter image description here

Update :

You can't import or define a global list as supported by the Hosted XML and On-premises XML process models. To learn more, see Define global lists.

The Inheritance process model doesn't support global lists.

This is stated in this official document.

In addition, migration from XML to Inherited is not supported on Azure DevOps Server yet. Please refer to this case.