Hello all,
maybe someone here can help me.
I currently have an Xray project and create my reports with the Document Generator which works really well.
Now my question, I have a FIlter that reads as follows:
project = VV and issuetype = Defect and status not in (Closed)
Is it possible to generate the content of this filter via the Document Generator?
I have tried it as follows but without success!
#{for c=JQLIssuesCount|clause=project = 'XX' and issuetype = 'Defect' and status not in (Closed)}
@{title=${JQLIssues[c].Key}|href=${BaseURL}/browse/${JQLIssues[c].Key}}
#{end}