diff --git a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts index 60f418673..13ddaa5d1 100644 --- a/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts +++ b/packages/nodes-base/nodes/ServiceNow/IncidentDescription.ts @@ -663,6 +663,13 @@ export const incidentFields: INodeProperties[] = [ default: 1, description: 'The urgency of the incident', }, + { + displayName: 'Work Notes', + name: 'work_notes', + type: 'string', + default: '', + description: 'Work notes for the incident', + }, ], }, ];