Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > Spira Custom Reports > Show parent name
In a custom report, I just need to show the name of the parent of a requirement.
This is the code I use, but it provides no result:
<td> <xsl:value-of select="../Name"/> </td>
Can anyone clarify me why?
You need to look at the XML generated to see the path for your XPATH selector.
The Requirement names are not simply stacked up in a hierarchy, it's the entire requirement objects.
You need to do something like this:
https://www.inflectra.com/Support/KnowledgeBase/KB563.aspx