Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | [is comment.sequence "0"][# |
| 2 | ]Status: [is issue.status.name ""]----[else][issue.status.name][end] |
| 3 | [#]Owner: [is issue.owner.username ""]----[else][issue.owner.display_name][end][# |
| 4 | ][if-any issue.cc] |
| 5 | [# ]CC: [for issue.cc][issue.cc.display_name][if-index issue.cc last] [else], [end][end][# |
| 6 | ][end][# |
| 7 | ][if-any issue.labels] |
| 8 | [# ]Labels:[for issue.labels] [issue.labels.name][end][# |
| 9 | ][end][# |
| 10 | ][if-any issue.components] |
| 11 | [# ]Components:[for issue.components] [issue.components.path][end][# |
| 12 | ][end][# |
| 13 | ][if-any issue.blocked_on] |
| 14 | [# ]BlockedOn:[for issue.blocked_on] [if-any issue.blocked_on.visible][issue.blocked_on.display_name][end][end][# |
| 15 | ][end][# |
| 16 | ][for issue.fields][if-any issue.fields.display][if-any issue.fields.values] |
| 17 | [# ][issue.fields.field_name]:[for issue.fields.values] [issue.fields.values.val][end][end][# |
| 18 | ][end][end] |
| 19 | [else][if-any comment.amendments][# |
| 20 | ]Updates: |
| 21 | [#][for comment.amendments] [comment.amendments.field_name]: [format "raw"][comment.amendments.newvalue][end] |
| 22 | [#][end][# |
| 23 | ][end][end] |
| 24 | [is comment.sequence "0"]New issue [issue.local_id][# |
| 25 | ][else]Comment #[comment.sequence] on issue [issue.local_id][end][# |
| 26 | ] by [comment.creator.display_name]: [format "raw"][summary][# |
| 27 | ][end] |
| 28 | [detail_url] |
| 29 | |
| 30 | [if-any comment.content][# |
| 31 | ][for comment.text_runs][include "render-plain-text.ezt" comment.text_runs][end][# |
| 32 | ][else](No comment was entered for this change.)[# |
| 33 | ][end] |
| 34 | [if-any comment.attachments] |
| 35 | Attachments: |
| 36 | [for comment.attachments] [comment.attachments.filename] [comment.attachments.filesizestr] |
| 37 | [end][end] |