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.

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
Tera Guru

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