diff --git a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts index 207bfd08a4..b553964d26 100644 --- a/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts +++ b/packages/nodes-base/nodes/PagerDuty/IncidentDescription.ts @@ -130,6 +130,13 @@ export const incidentFields: INodeProperties[] = [ default: '', description: 'Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given.', }, + { + displayName: 'Incident Details', + name: 'details', + type: 'string', + default: '', + description: 'Additional details about the incident which will go in the body', + }, { displayName: 'Incident Key', name: 'incidentKey',