'Customizing Work Item Types to behave like User Stories in the Agile process

I am currently using devops (cloud) services. I have created a custom Work Item Type (WIT) within an inherited process from Agile. I would like to configure it to behave like exactly like Agile's User Story WIT. By this I mean:

  1. The WIT should be addable in the taskboard view of the Sprints (see first pic, WorkItemTaskBoard).
  2. One should be able to add tasks to the item just like User Story's.
  3. The WIT should rank below features in the WIT hierarchy. This way when it is added as a child of a feature it will be visible in the Backlogs view (see second pic, BacklogChildMissing)

According to my reading I need to export my inherited process as an XML, edit said XML then import the modified XML. I have two issues with this.

A. I have not found any reliable documentation how to perform the above.

B. Although I am using cloud based Devops (dev.azure.com) and am the organization owner I do not appear to have rights to import a process (see third pic, ImportProcessMissing)

Can anyone confirm that I need to perform the export, edit, import the XML as specified above in order to achieve 1, 2 and 3? If so, I would need help in figuring out how to import the process.

WorkItemTaskBoard

WorkItemTaskBoard

BacklogChildMissing - The WIT is not displayed despite being a child of Test Feature.

BacklogChildMissing

ImportProcessMissing - Import button is missing.

ImportProcessMissing



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source