Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 2.64 KB

track-stakeholder-feedback.md

File metadata and controls

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

[!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