- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:38 AM
Two steps need to be followed for this migration.
1. Export Group:
Apply a filter on sys_user_group table for the groups which needs to be migrated and export the XML
2. Migrate Group Members: If the group members also need to be migrated, then apply for the filter for the groups need to be migrated and export the XML.
Import both the XMLs in target instance.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:32 AM
Either push everything into an update set manually or export the records to XML and then import them into the new instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:35 AM
You can transfer records (like groups) from one instance to another by export/import via XML. See the following links for more info:
https://developer.servicenow.com/dev.do#!/guides/tokyo/now-platform/tpb-guide/xml_data_transfer_tech...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2023 08:38 AM
Two steps need to be followed for this migration.
1. Export Group:
Apply a filter on sys_user_group table for the groups which needs to be migrated and export the XML
2. Migrate Group Members: If the group members also need to be migrated, then apply for the filter for the groups need to be migrated and export the XML.
Import both the XMLs in target instance.
Hope this helps.