Trying to do this with xporter for jira. The snippet below does not output anything.
#{for Subtasks[0].comments}
${Subtasks[0].Comments[n].AuthorFullName} |
${{Subtasks[0].Comments[n].Body} |
${{Subtasks[0].Comments[n].CreatedDate} |
#{end}
But when I do a single request it displays correctly. Note that the snippet below is not using a for loop.
${Subtasks[0].Comments[0].AuthorFullName} |
${{Subtasks[0].Comments[0].Body} |
${{Subtasks[0].Comments[0].CreatedDate} |
Hi Khang,
The current version does not support iteration on the comments of a subtask or linked issues. We are addressing this feature for the next version of the plugin.
Best Regards
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.