Hello,
I am trying to get list of objects in a table format on .vm file
<div>
<table>
#foreach( $issues in $issueList )
<tr>
<td>
$issues.issueTypeName
</td>
</tr>
#end
But i am not able to print the list of issues , within the foreach loop.
Can any1 help me with the right syntax , in jira.
Thank you,
Hi Yash ,
I guess you are trying to print issue keys e.g. : TST-123 ,TST-456 .
use $issues.key
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.