Search code examples
tfsazure-devopsazure-devops-extensionsazure-devops-server-2019

How capture a custom work item type of Bug Category trough Test and Feedback extension?


I'm unsing Azure DevOps Server 2020 on premises and a custom xml process model. I created a custom work item type named "Defect" in Bug Category.

Now I'd like to capture a "Defect" using test tools: https://learn.microsoft.com/en-us/azure/devops/boards/backlogs/manage-bugs?view=azure-devops-2020&tabs=new-web-form#capture-bugs-using-test-tools, in particular I'm using the Test and Feedback extension https://learn.microsoft.com/en-us/azure/devops/test/connected-mode-exploratory-testing?view=azure-devops-2020#create-bugs-or-tasks but I'd like to know how capture "Defect" with test runner too.

How is it possibile to configure test tools in order to capture the Defect custom work item type as well as the default Bug work item type?


Solution

  • Unfortunately, it's not able to create a custom work item type in Test & Feedback extension. Create issues, tasks, and feedback response work items is integrated in the extension, we are not able to change this.

    You need to manually create Defect work item type, or create Bug/Task work item in the Test & Feedback extension.