--- type: IssueReportTemplate name: Green issue report description: "Single issue report with notes\r\n" content: "
\r\n \r\n\r\n
\r\n \"\"\r\n

Issue #{{issue.id}}

\r\n
\r\n\r\n \r\n \r\n \ \r\n \r\n \ \r\n \r\n \ \r\n \r\n \ \r\n \r\n \ \r\n \r\n \r\n \r\n \r\n \r\n \ \r\n \
Summary:{{issue.subject}}
Status:{{issue.status}}
Priority:{{issue.priority}}
Category:{{issue.category}}
Tracker:{{issue.tracker}}
Project:{{issue.project.name}}
Author:{{issue.author.name}}
Assignee:{{issue.assignee.name}}
Done:\r\n \r\n \r\n {% if issue.done_ratio > 0 %}\r\n \r\n {% endif %}\r\n {% if issue.done_ratio < 100 %}\r\n \r\n \ {% endif %}\r\n \r\n
\ \r\n
Estimated:{{issue.total_estimated_hours | round: 2}}hr
Spent:{{issue.total_spent_hours | round: 2 }}hr
Version:{{issue.version}}
Url:http://demo.redmineup.com{{issue.url}}
\r\n\r\n

Notes

\r\n {% for journal in issue.journals.all %}\r\n {% if journal.notes != '' %}\r\n
\r\n \ {{journal.created_on | date: \"%a, %b %d, %y\"}} - {{journal.user.name}} {{journal.notes | textilize }}\r\n
\r\n {% endif %} \r\n {% endfor %}\r\n
"