I am having trouble with Linked Test in this template not showing up when the report is run. The built-in XRay Trace Matrix report is actually perfect but the problem is it only exports into CSV and not into a report template. Since this is the case we downloaded the requirement matrix template from the store, uploaded and ran it but are not seeing our Linked Test to Stories. Do I need to change the default code statement for Linked Test (Below)? Thanks,
#{for x=JQLIssuesCount|clause=issuetype = 'Test' and key in requirementTests('${Key}')}
@{title=${JQLIssues[x].Key}|href=${BaseURL}/browse/${JQLIssues[x].Key}} - ${JQLIssues[x].Summary}
#{end}
If it does need change, can you assist me in what needs to be changed?
Hi @Jermaine Ware ,
Are you using this template? This template is for document generator that comes as a feature in Xray server/dc. There are slightly similar templates that have some changes, depending if you are using xray itself, or xporter app, in server or in cloud.. so it may be due to wrong template being used.
The problem can actually be due to many reasons; I'd suggest to contact the Xray vendor so they can help out by analyzing what is happening with the template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.