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.
Hello,
I'm creating an xporter template to export a list of issues: we need it as an exchange format/tool to discuss with people outside of our organisation who do not have access to our Jira.
In this export I need to include the comments. To do so, I put an Iteration for the comments of the currently handled issue with in one cell.
That looks like this:
#{for comments}
${Comments[n].Body}
#{end}
In order to make this more easily to read and to follow make the "history" visible, I would like to have a new line after each comment. I.e. I would like to have somethng like this:
#{for comments}
${Comments[n].Body} \newline
#{end}
Unfortunately, I haveno isdea how to specify the "newline" such that it really produces a new line.
Is there a way to obtain the described behaviuor?
Thanks for any hint, idea or information that this possible.
Please place each code line in different cells.
Example:
Cell 1: #{for comments}
Cell 2: ${Comments[n].Body}
Cell 3: #{end}
With this approach, it will create a new row for each comment.
Kind regards,
Rogério 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.