- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:21 AM
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
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:30 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:30 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:36 AM
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 ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:41 AM
Go to https://****.service-now.com/sys_report_list.do?sysparm_query=
And find you reports.
After that right click and export to xml
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 01:44 AM
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!