I have 3 objects (type WorkItem) in TFS. This is the relationship between my objects:
[Release] 1------n [WorkOrder] n--------n [Bug]
I need to show Release and its associated WorkItems and its related errors in a single request (list).
I tried changing the query and set it as WorkItems and Direct Links, but it will show only one level of related items.
I tried the edit request and set it as Tree of workitemsit works only for parent-child relationships.
Any idea?
source
share