How do I show items affected or related to an impediment as child rows when viewing an impediment in the product backlog? I tried adding this to the configuration but nothing changed:
<WorkItemType Name="Impediment">
<Links>
<Link WorkItemType="Product Backlog Item" LinkType="System.LinkTypes.Related" />
</Links>
</WorkItemType>
I also added this under features:
<Querying Mode="DirectLinks" />
12 Comments