Update Set Migration from once instance to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-04-2024 07:49 AM
Hello Folks, I'm trying to create automation to move update set from one instance to another based on some criteria. But i couldn't find a way to move update set. It would be really helpful if someone knows the way to export it using scripts or something else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-04-2024 08:23 AM
Hi there,
You can pull update sets from one instance to another using Update Sources.
From there just provide the instance url and credentials of the target instance that you want to pull the completed Update Sets from.
If you have alot of completed update sets to pull, I would recommend disabling Auto Preview Update set property. glide.update_set.auto_preview (More info here: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/system-update-sets/task/...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-04-2024 01:03 PM
Hi there,
You can pull update sets from one instance to another using Update Sources.
From there just provide the instance url and credentials of the target instance that you want to pull the completed Update Sets from.
If you have alot of completed update sets to pull, I would recommend disabling Auto Preview Update set property. glide.update_set.auto_preview (More info here: https://docs.servicenow.com/bundle/tokyo-application-development/page/build/system-update-sets/task/...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-13-2024 07:43 AM
Hello @Kris Moncada Thank you soo much for the help!!!