Hi dear Community Members,
i have a problem with my xporter-template! Could help me please?
I'm trying to create a test Report in Xporter, and i already have all issues in my Report without Bug!! my template cannot find the bug in my Test,!
i use the folowing code in the template:
#{if (%{'${jqlcount: key in testBug('${Key}')}'.equals('0')})}
None
#{end}
#{if (%{!'${jqlcount: key in testBug('${Key}')}'.equals('0')})}
Key | Summary | Status | Priority | Description | Created | Updated
#{for z=JQLIssuesCount|clause= key in testBug('${Key}')}
${JQLIssues[z].Key} | ${JQLIssues[z].Summary}| ${JQLIssues[z].Status}| ${JQLIssues[z].Priority}| ${JQLIssues[z].Description} | ${JQLIssues[z].dateformat("dd-MM-yyyy HH:mm:ss"):Created} | ${JQLIssues[z].dateformat("dd-MM-yyyy HH:mm:ss"):Updated}
#{end}
#{end}
Thanks in advace
Ali