HeyZiko
HeyZiko

Reputation: 1720

Change an Azure DevOps project to use an inherited process

Can I change an Azure DevOps project to use an inherited process?

Background:

I created an Azure DevOps project, and then later realized that the default Agile process doesn't have the work item types that I needed. Based on this hint in the UI:

System processes cannot be customized. To add customization create an inherited process.

I created an inherited process (let's call it Agile++).

Naturally the next step is to change the project to use Agile++ instead of Agile... but lo and behold, I can't seem to change the process associated with the project.

Am I overlooking something really simple? See screenshot below:

can't change process screenshot

Upvotes: 1

Views: 1479

Answers (2)

foilage
foilage

Reputation: 66

Leo Liu-MSFT's answer is no longer accurate in Azure DevOps. Now you need to go to the existing process (under Org settings) and choose the 'Projects' tab. Find the project to want to change the process of and click the ... -> 'Change process' -> select the new inherited process.

Upvotes: 1

Leo Liu
Leo Liu

Reputation: 76670

Change an Azure DevOps project to use an inherited process

First, you should make sure you have permission to change the process of team project.

Go to Project Settings->Security->Change process of team project.:

enter image description here

Then, go to Organization Settings->Process, select the inherited process Agile++ and select Change team projects to use Agile++ from the drop down menu on the right:

enter image description here

And select the project, which you want to change, click OK button.

enter image description here

If you follow above steps, and it still not work for you, please send me much more info abut the problem you got, I will keep follow.

Hope this helps.

Upvotes: 1

Related Questions