Issue Report
(dd-mm-yy)
(dd-mm-yy)
 
{if:no_records}
No issues found
{else:}
Total: #{total_issues:h} {if:is_open_selected} {else:} {if:is_closed_selected} {else:} {end:} {end:}
{foreach:issue_records,cnt1,issue_record}
{if:issue_record.isOpen()} issue_list_open_icon {end:} {if:issue_record.isClosed()} issue_list_closed_icon {end:} {if:issue_record.isPromoted}
{end:}
{if:issue_record.isBookmarked}
{else:}
{end:}
{issue_record.getStatusDateFormatted():h}
By: {issue_record.getUserSigninId():h}
{end:}
{end:}