Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Boards>Find similar workitems
Find similar workitems

Find similar workitems

Tom Schmiedlechner

|
795 installs
| (2) | Preview
Adds an additional tab to the workitem edit form to search existing workitems that are semantically similar to the current one.
Get it free

Find Similar Workitems Build status

An extension for Visual Studio Team Services and Team Foundation Server that adds an additional tab to the workitem edit form to search existing workitems that are semantically similar to the current one.

How it works

This extension compares multiple fields of the currently edited workitem with every other workitem of the same type in your project. The similarity is calculated with the Dice Coefficient between the values of the respective fields to each other. Currently, only the fields title (70%) and repro steps (30%) are supported.

In future versions, it should be possible to select the used fields for each workitem type.

Usage

VSTS

Installing the extension from the marketplace should be enough. ;)

If you want to disable the tab/page for specific workitems, you can do so by deriving from the process template you use. Further information can be found here.

TFS

After installing the extension from the marketplace (or manually from the .vsix file), it has to be added to the workitem template manually. Modify the Bug.xml template and paste the following snippet at the end of the file, below the other declarations:

<PageContribution Label="Similar workitems" Id="tschmiedlechner.find-similar-workitems.find-similar-workitems-form-page" />

More infos on how to modify work files can be found here.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft