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
I have a Xporter template that exports to word and the images in the attachment field stopped exporting the jpegs. No changes to template of field. Images will not pull into word docx when exported?
The highlighted code is exactly what stopped working in my template.
Hi @Lori Busch
I understand that the image does not show all the template code; however, it does not seem that the code you have is correct. Please check the documentation details here: https://confluence.getxray.app/display/public/XPORTERCLOUD/Iterations#Iterations-IteratingIssueAttachedImages
In order to obtain the images, it is necessary to have an iteration loop like this:
#{
for
images}
${Images[n].Image|maxwidth=
150
|maxheight=
150
}
#{end}
or
#{
for
<VariableName>=ImagesCount}
Content and Images Mappings. Example: ${Images[VariableName].Field}
#{end}
And in your template, it does not look like you have the code for the loop iteration. And without it, it does not work.
Please contact Xporter Support (http://Xportersupport.getXporter.app) if you need further help.
Thank you.
Kind regards,
Rogerio Paiva [Xporter Support Team]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.