Rejection Comments are not updating in the noification

Sriram Pusuluri
Tera Contributor

Hi Team,

 

Rejection Comments are not updating in the notification

 

 

 
 

ticket.jpg

 

Notification:

Ticket1.jpg

 

 

Comments added in the notification, but comments are not showing the Rejection notification

3 REPLIES 3

Ankur Bawiskar
Tera Patron

@Sriram Pusuluri 

notification is on which table?

are you sure that record has comments added to it

share screenshots

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

GlideFather
Tera Patron

Hi @Sriram Pusuluri,

 

I just played around with background script:

Screenshot 2026-02-23 at 10.34.24.png

You currently use

${comment}

 

But if you would add a notification email script like this:

gs.info('comments: ' + grSA.comments.getJournalEntry(1)));
 
Can you try this approach?
_____
100 % GlideFather experience and 0 % generative AI

Ankur Bawiskar
Tera Patron

@Sriram Pusuluri 

it should work fine

see below

14.png13.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader