Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release 5.1.0, Release 5.1.0-j6
-
None
-
R5.7.0 Sprint 2
-
Description
To reproduce the problem follow these steps:
Create a template with
#{for n=JQLIssuesCount|clause=project = ${ProjectKey} ORDER BY key ASC, updated DESC}
The next line inside a cell put the code below
#{for c=JQLIssues[n].CommentsCount}${JQLIssues[n].Comments[c].AuthorFullName}: ${JQLIssues[n].Comments[c].Body}#{end}
After that finish the first iteration.
The comments don't print.
I have attached a template.