- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2021 06:06 PM
Hi All,
Question: I added a role to a group however I noticed that the role did not get captured in the update set.. Is there a way I can have the role that was added to the group be captured in an update set so I can move it to the next environment.
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2021 06:17 PM
Hi,
There's a utility that is commonly used on the ServiceNow share site: https://developer.servicenow.com/connect.do#!/share/contents/9824957_add_to_update_set_utility?t=PRO... to assist with this, but normally, per out-of-box design, this information is not captured in an update set.
You would simply need to export that record via XML, for example, and then import that via XML to the other instance.
This is the same out of box for groups, group members, etc. Essentially all data records like that, unless you use the share utility I mentioned above.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2021 06:17 PM
Hi,
There's a utility that is commonly used on the ServiceNow share site: https://developer.servicenow.com/connect.do#!/share/contents/9824957_add_to_update_set_utility?t=PRO... to assist with this, but normally, per out-of-box design, this information is not captured in an update set.
You would simply need to export that record via XML, for example, and then import that via XML to the other instance.
This is the same out of box for groups, group members, etc. Essentially all data records like that, unless you use the share utility I mentioned above.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2024 04:28 AM
Hi Allen,
Exporting the XML of the group record will export only that record data, but because related lists are other table's records they won't get exported. Am I right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:19 PM - edited 03-18-2025 03:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 01:39 AM
Hi, Are newly created groups captured in update sets or not ?
Because: I Created update set and made it current update set.. while it was in work in progress, I created the new groups. After that I changed the update set statue to complete, but the created groups not captured in update set.