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 @@ -125,7 +125,7 @@ IncidentWebhookHelper.prototype = {
125125 impact: current .getDisplayValue (" impact" ),
126126 urgency: current .getDisplayValue (" urgency" ),
127127 comments: getLastComment (current .getUniqueValue ()),
128- < label name= ' field_mapping' tab= ' 10 ' > {original .key }: current .getDisplayValue (" {original.key}" )< / label>
128+ < label name= ' field_mapping' tab= ' 6 ' > {original .key }: current .getDisplayValue (" {original.key}" )< / label>
129129 };
130130
131131 try {
@@ -229,7 +229,7 @@ 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>
232+ <label name=' field_mapping' tab=' 4 ' >{original.key}: current.getDisplayValue("{original.key}")</label>
233233
234234 };
235235
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ 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>
230+ <label name='field_mapping' tab='4 '>{original.key}: current.getDisplayValue("{original.key}")</label>
231231
232232 };
233233
You can’t perform that action at this time.
0 commit comments