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]
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.