Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Release 5.4.2
-
R5.5.0 Sprint 6
-
Description
Images in the comments/description are not showing when exported inside a JQLIssues
Template code to reproduce:
#{for n=JQLIssuesCount|clause=[something]} #{for c=JQLIssues[n].CommentsCount} ${wiki:JQLIssues[n].Comments[c].Body} #{end} #{end} OR #{for n=JQLIssuesCount|clause=[something]} #{for t=JQLIssuesCount|clause=[something]} ${wiki:JQLIssues[t].Description} #{end} #{end}
This problem happens when we have 2 (or more) for iterations.