Hi My template contains a section like the one below to list all the stories of an Epic.
I would like to print the images of a story but it doesn't print anything
&{for issues|filter=%{'${IssueTypeName}'.equals('Epic')}}
#{for n=JQLIssuesCount|clause=parentEpic=${Key} and NOT issuetype in (Sub-task, Epic)}
${JQLIssues[n].Images|maxwidth=200|maxheight=200|sortby=name}
#{end}
&{end}
Any idea?