We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbfaf89 commit 375c436Copy full SHA for 375c436
1 file changed
flashduty/zh/1. On-call/5. 集成引导/8.5 Webhooks/8.5.5 ServiceNow 同步.md
@@ -121,10 +121,10 @@ url: "https://docs.flashcat.cloud/zh/flashduty/service-now-sync"
121
sys_id: current.getUniqueValue(),
122
short_description: current.getValue("short_description"),
123
description: current.getValue("description"),
124
- state: current.getDisplayValue("state"),
125
impact: current.getDisplayValue("impact"),
126
urgency: current.getDisplayValue("urgency"),
127
- comments: getLastComment(current.getUniqueValue())
+ comments: getLastComment(current.getUniqueValue()),
+<label name='field_mapping' tab='12'>{original.key}: current.getDisplayValue("{original.key}")</label>
128
};
129
130
try {
0 commit comments