Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > Spira Custom Reports > Linked Requirements infor...
Hi,
I want to create a report with a table 'Linked Requirements', as in the Report 'Requirements Detailed'.Is it possible to include the Description of the Linked Requirements in the table? I've tried <xsl:value-of select="ArtifactDescription" disable-output-escaping="yes"/> but it doesn't work.
Regards,
Christine
Can someone help me there?
I am also trying to get around the same problem. Did you get an answer for this issue?
Something like this?
<td>
<xsl:if test="Requirements/ArtifactLink">
<xsl:for-each select="Requirements/ArtifactLink">
<xsl:if test="position() > 1">, <br /></xsl:if>
<xsl:value-of select="ArtifactName"/>
</xsl:for-each>
</xsl:if>
</td>
And if you have any questions, please email or call us at +1 (202) 558-6885