Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS - Link to Workitem "Duplicate" versus "Duplicate Of"

In what scenario makes it sense to distinguish "Duplicate" and "Duplicate Of" as "Link type" when linking two WorkItems (WIs) in Team Foundation Server (TFS)?

How to deal with "Duplicate" relationship of more than two WIs?


I'm aware of definition:

All two-way link types are characterized by a Forward and Reverse name, such as Parent/Child and Duplicate/Duplicate Of. Link work items to support traceability...

and technical detail that if WI#1 is linked to WI#2 as "Duplicate" then WI#2 is linked to WI#1 as "Duplicate Of". And also that changing link from "Duplicate" to "Duplicate Of" in WI#1 automatically updates link in WI#2 to "Duplicate".

enter image description here

I connect from VS 2015 or 2017 to TFS 2017

like image 639
rudolf_franek Avatar asked Mar 29 '17 13:03

rudolf_franek


1 Answers

The most common usage is to track duplicate bugs, where the newest is a Duplicate Of an older. This may result in a chain of duplicate bugs that ends on the oldest work item.

like image 184
Giulio Vian Avatar answered Nov 07 '22 17:11

Giulio Vian