How can i capture the existing report to the update sets to move from one instance to another

shaik_irfan
Tera Guru

Hello,

 

We have an exsiting report which i need to move from one instance to another, do we have an option to capture the existing report to the update sets to move from one instance to another

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hello,

Reports get captured in update sets by default, have you tried it once?

Or else You can export it as an XML and import it in your next instance.

Thanks!

View solution in original post

6 REPLIES 6

Alikutty A
Tera Sage

Hello,

Reports get captured in update sets by default, have you tried it once?

Or else You can export it as an XML and import it in your next instance.

Thanks!

Right.. The problem is the reports created very long and there are 10 reports which i need to move to another instance, do i have a possibility to export as XML if yes can you please let me know how to that ?

Go to https://****.service-now.com/sys_report_list.do?sysparm_query=

And find you reports.

After that right click and export to xml

You need to filter out your reports from sys_report table and right click on the header and Export to XML.

An XML is downloaded, You can then go the target instance, open any list view, right click header and Import XML.

Thanks!