feat(ServiceNow Node): Add support for work notes when updating an incident (#5791)
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user