Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2344)

Unified Diff: appengine/monorail/templates/tracker/issue-change-notification-email.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/monorail/templates/tracker/issue-change-notification-email.ezt
diff --git a/appengine/monorail/templates/tracker/issue-change-notification-email.ezt b/appengine/monorail/templates/tracker/issue-change-notification-email.ezt
new file mode 100644
index 0000000000000000000000000000000000000000..2fa01eb48a703d9f5fe7e4c02357eb7dea503638
--- /dev/null
+++ b/appengine/monorail/templates/tracker/issue-change-notification-email.ezt
@@ -0,0 +1,17 @@
+[is comment.sequence "0"]Status: [is issue.status.name ""]----[else][issue.status.name][end]
+Owner: [is issue.owner.username ""]----[else][issue.owner.display_name][end][if-any issue.cc]
+CC: [for issue.cc][issue.cc.display_name][if-index issue.cc last] [else], [end] [end][end][if-any issue.labels]
+Labels:[for issue.labels] [issue.labels.name][end][end][if-any issue.components]
+Components:[for issue.components] [issue.components.path][end][end][if-any issue.blocked_on]
+BlockedOn:[for issue.blocked_on] [if-any issue.blocked_on.visible][issue.blocked_on.display_name][end][end][end]
+[else][if-any comment.amendments]Updates:
+[for comment.amendments] [comment.amendments.field_name]: [format "raw"][comment.amendments.newvalue][end]
+[end][end][end]
+[is comment.sequence "0"]New issue [issue.local_id][else]Comment #[comment.sequence] on issue [issue.local_id][end] by [comment.creator.display_name]: [format "raw"][summary][end]
+[detail_url]
+
+[if-any comment.content][for comment.text_runs][include "render-plain-text.ezt" comment.text_runs][end][else](No comment was entered for this change.)[end]
+[if-any comment.attachments]
+Attachments:
+[for comment.attachments] [comment.attachments.filename] [comment.attachments.filesizestr]
+[end][end]

Powered by Google App Engine
This is Rietveld 408576698