Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 2.66 KB

File metadata and controls

70 lines (45 loc) · 2.66 KB
title Track stakeholder feedback
description Track stakeholder feedback in Azure DevOps using the Exploratory Testing browser extension when you want to test your applications.
ms.assetid DADC6608-1830-4FDA-9007-6539859F4866
ms.service azure-devops-test-plans
ms.custom UpdateFrequency3
ms.topic conceptual
ms.author jeom
author rohit-batra
ms.date 11/30/2021
monikerRange <= azure-devops

Track stakeholder feedback

[!INCLUDE version-lt-eq-azure-devops]

All feedback gets captured in a Feedback Response work item. You can track feedback, whether captured by the Test & Feedback extension or the Microsoft Feedback client, through a work item query.

Prerequisites

[!INCLUDE prerequisites-queries]

Track feedback requests

::: moniker range=">=azure-devops-2019"

  1. To view feedback, use the Feedback shared query.

  2. Select your project and open Boards > Queries.

  3. Under Queries, select All.

  4. In the Shared Queries, select Feedback.

    Screenshot shows Boards with Queries selected and the Feedback query selected.

The query displays a list of all the feedback responses received. For more information, see Web portal navigation.

Create a feedback query

To create a feedback query, do the following steps.

  1. Select Boards > Queries and then select New query.

  2. In the Editor for your new query, enter the following values:

    Screenshot shows editor with values entered.

    • Team Project = @Project
    • Work Item Type In Group Microsoft.FeedbackRequestCategory
    • State = Active
  3. Select Save query and enter a name.

  4. Select Run query to see a list of active feedback responses for your team project.

    Screenshot shows results view of Feedback request work items.

  5. Select a response work item to see the details of the feedback.

::: moniker-end

Related articles