Find Similar WorkitemsAn 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 worksThis 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. UsageVSTSInstalling 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. TFSAfter 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:
More infos on how to modify work files can be found here. |