Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2024.1

...

The widgets will appear in a separate Traceability category when adding widgets to your DTP dashboard. See Adding Widgets for general instructions on adding widgets.
Image RemovedImage Added

You can configure the following settings:

TitleYou can enter a new title to replace the default title that appears on the dashboard.
FilterChoose Dashboard Settings to use the dashboard filter or choose a filter from the menu. See Configuring Filters for additional information about filters.
Target BuildThis should be set to the build ID you executed the tests and code analysis under. You can use the build specified in the dashboard settings, the latest build, or a specific build from the menu. Also see Configuring Dashboard Settings.
Azure DevOps ProjectChoose an Azure DevOps project from the menu.
WIQL Query

(Optional) When this parameter is not defined, the widget shows work items from Azure Devops projects whose type matches one of those defined by the azuredevops.workItemType.requirements property in the ExternalSystemSettings.properties settings file (by default, this is work items whose type is either Product Backlog Item, User Story, or Requirement). See Configuring Integration with Azure DevOps#Advanced Configuration for more information.

When this parameter is set, it overrides the default settings in the ExternalSystemSettings.properties file and the widget shows work items from the designated Azure DevOps project that meet the specified WIQL search criteria instead.

Example: to display only items of type "Requirement" with an "Open" status and belonging to the "Sandbox\team2" team and "Sprint 2" iteration, enter the following WIQL:

[System.WorkItemType] IN ('Requirement') AND [System.AreaPath] UNDER 'Sandbox\team2' AND [System.State] = 'New' AND [System.IterationPath] = 'Sandbox\Sprint 2'

Requirements Widget

This widget shows the number of requirements from the specified Azure DevOps project.

...