Skip to content

Commit 1e8dfd8

Browse files
committed
update servicenow docs
1 parent 0e77b60 commit 1e8dfd8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

flashduty/en/1. On-call/8. Integrations/8.5 Webhooks/8.5.5 ServiceNow sync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

flashduty/zh/1. On-call/5. 集成引导/8.5 Webhooks/8.5.5 ServiceNow 同步.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)