Hi everyone,
We’ve installed the PagerDuty Platform for Real-Time Operations in our ServiceNow sandbox (v8+), and the integration is working smoothly — incident notes from PagerDuty are currently updating in the Work Notes section of the linked ServiceNow incident.
However, our new requirement is to have these notes update the Additional Comments field instead, so that they're visible to requesters and not just internal users.
We've reviewed that the annotate
webhook event triggers the sync, and it appears to append notes with a suffix like (PagerDuty: USERNAME on TIMESTAMP)
into work notes.
Can anyone guide us on:
-
Where we can modify this field mapping — script include, transform map, or scripted REST API?
-
Best practices for safely updating
comments
instead ofwork_notes
without breaking audit trail or notifications? -
Any potential caveats or known issues when making this switch?
Appreciate any guidance or examples you can share!
Thanks, Mohan