Skip to content

Commit 375c436

Browse files
author
niuweili
committed
feat: add field_mapping占位
1 parent dbfaf89 commit 375c436

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ url: "https://docs.flashcat.cloud/zh/flashduty/service-now-sync"
121121
sys_id: current.getUniqueValue(),
122122
short_description: current.getValue("short_description"),
123123
description: current.getValue("description"),
124-
state: current.getDisplayValue("state"),
125124
impact: current.getDisplayValue("impact"),
126125
urgency: current.getDisplayValue("urgency"),
127-
comments: getLastComment(current.getUniqueValue())
126+
comments: getLastComment(current.getUniqueValue()),
127+
<label name='field_mapping' tab='12'>{original.key}: current.getDisplayValue("{original.key}")</label>
128128
};
129129
130130
try {

0 commit comments

Comments
 (0)