What I want is to create a work item type under the Test Case category (Microsoft.TestCaseCategory). The reason for this is to create a work item which has the test steps built in as a group already. This way, a new work item can be created in the usual manner and once ready, you should be able to create a query-based test suite and pull all the items in that you want to add test steps. The query would be something like this
I have searched all available resources online for Azure DevOps. This seems possible but I believe the main point that is stopping me is that my organization is using an Inheritance Process Model and not Hosted XML/On-premises XML Model. Is there any possible workaround to this?
If not, how would I go about changing to a Hosted/On-premises XML Model since that is also information I could not clearly find.
Thanks in advance
how would I go about changing to a Hosted/On-premises XML Model
For this issue , when you create a project collection, you'll need to choose between XML
and Inheritance
, as shown in the following dialog. And the choice you make is not reversible. Once the collection is created, you'll only be able to customize work tracking objects using the model selected. Also, there is no way to migrate existing project collections that use the On-premises XML process model to the Inheritance process model. You can refer to the Important
part of this official document.
So according to your actual situation, you can only create new work item type under Inheritance process.