- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2016 04:55 AM
Hi All,
How can we move the Groups and Group members from Dev instance to Test Instance?
Thanks,
Burra
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2016 05:24 AM
If the users have been also exported-imported then follow this.
- Export groups from 'sys_user_group'
- Export group members from sys_user_grmember
- Import groups file.
- Import group members.
If the users have different sys_id's on test and DEV, then take the excel dump and use transform maps to import it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2016 05:10 AM
Hi Burra,
Take XML of Groups and group members from dev instance and import these xml's in Test instance.
You need to map your group members manually in groups in Test instance.
Hope it will helps you.
Regards,
Swapnil
PS: Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2016 05:12 AM
Hi,
You can export the data in XMl and import it in test instance. Below link provides information for how to export and import.
http://wiki.servicenow.com/index.php?title=Exporting_and_Importing_XML_Files#gsc.tab=0
Regards,
KN

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2016 05:24 AM
If the users have been also exported-imported then follow this.
- Export groups from 'sys_user_group'
- Export group members from sys_user_grmember
- Import groups file.
- Import group members.
If the users have different sys_id's on test and DEV, then take the excel dump and use transform maps to import it.