You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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