Skip to content

Commit 683ddcb

Browse files
committed
update servicenow docs
1 parent 1e8dfd8 commit 683ddcb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)