Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > Spira Custom Reports > Reporting an artifact's p...
Hello: I am wondering if someone can help me identify the appropriate property name of a Requirement that would allow me to report the requirement's parent (in XSL)?
Thanks
-Ed
Is this something like that?
<xsl:for-each select="Requirements/ArtifactLink"> <xsl:if test="position() > 1"> <xsl:value-of select="ArtifactName"/>,<br /> <xsl:value-of select="ArtifactLinkTypeName"/> </xsl:if> </xsl:for-each>
And if you have any questions, please email or call us at +1 (202) 558-6885