File tree Expand file tree Collapse file tree
en/1. On-call/8. Integrations/8.5 Webhooks
zh/1. On-call/5. 集成引导/8.5 Webhooks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ Note: The body configures default receiving fields. If you have custom fields th
229229 impact: current.getDisplayValue("impact"),
230230 urgency: current.getDisplayValue("urgency"),
231231 comments: getLastComment(current.getUniqueValue()),
232+ <label name=' field_mapping' tab=' 10 ' >{original.key}: current.getDisplayValue("{original.key}")</label>
233+
232234 };
233235
234236 try {
Original file line number Diff line number Diff line change @@ -227,6 +227,8 @@ IncidentWebhookHelper.prototype = {
227227 impact: current.getDisplayValue("impact"),
228228 urgency: current.getDisplayValue("urgency"),
229229 comments: getLastComment(current.getUniqueValue()),
230+ <label name='field_mapping' tab='10'>{original.key}: current.getDisplayValue("{original.key}")</label>
231+
230232 };
231233
232234 try {
You can’t perform that action at this time.
0 commit comments