Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Auto initiation of discussion when change request moves from new state

Ssinha4
Tera Contributor

An auto discussion is initiated for change request when for normal change state moves from new to access and for standard from new to scheduled. Is this an OOB behavior? if yes, then how to disable this.

Ssinha4_0-1751526662174.png

 

7 REPLIES 7

This also started for us after the upgrade to Yokohama.

Tadz
Kilo Sage

Hi, also experienced this on my PDI. No customization done on it. So most likely OOTB but I can't find any documentation or the BR/Flow triggering it.

Tadz
Kilo Sage

Hi, looks like i found the root cause:

Its the Business Rule "Refresh Impacted Services" which is running on change_request table.

Which is calling "sn_collab.CollabChatScriptObject.createChat" under TaskUtilsSNC.


I'm assuming this is OOTB since there are no customization done to the BR and Script Include.