OLD | NEW |
(Empty) | |
| 1 [is comment.sequence "0"]Status: [is issue.status.name ""]----[else][issue.statu
s.name][end] |
| 2 Owner: [is issue.owner.username ""]----[else][issue.owner.display_name][end][if-
any issue.cc] |
| 3 CC: [for issue.cc][issue.cc.display_name][if-index issue.cc last] [else], [end]
[end][end][if-any issue.labels] |
| 4 Labels:[for issue.labels] [issue.labels.name][end][end][if-any issue.components] |
| 5 Components:[for issue.components] [issue.components.path][end][end][if-any issue
.blocked_on] |
| 6 BlockedOn:[for issue.blocked_on] [if-any issue.blocked_on.visible][issue.blocked
_on.display_name][end][end][end] |
| 7 [else][if-any comment.amendments]Updates: |
| 8 [for comment.amendments] [comment.amendments.field_name]: [format "raw"][
comment.amendments.newvalue][end] |
| 9 [end][end][end] |
| 10 [is comment.sequence "0"]New issue [issue.local_id][else]Comment #[comment.seque
nce] on issue [issue.local_id][end] by [comment.creator.display_name]: [format "
raw"][summary][end] |
| 11 [detail_url] |
| 12 |
| 13 [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] |
| 14 [if-any comment.attachments] |
| 15 Attachments: |
| 16 [for comment.attachments] [comment.attachments.filename] [comment.attachm
ents.filesizestr] |
| 17 [end][end] |
OLD | NEW |