We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Check what new was added via new plugin version after installation

FotinaG
Tera Contributor

Hi guys,

 

How can i check what new was added via new plugin version after installation? How to check what has changed via logs?

I open logs i see name of records with sys_id but how to check the initial changes? How to check what new ServiceNow added to the plugin?Where i can find documentation describing hat was changed in plugin?

 

Thank you so much in advance

Best regards,

Fotina

 

5 REPLIES 5

Oliver Stammler
Kilo Sage

Hey @FotinaG ,

have a look at /sys_upgrade_history.do
There you can find any upgrades made - including plugins. 

As an example: 
image.png
In the screenshot you can see the activation of the Agile Development plugin including 4.443 changes made. 

Cheers
Oli