Moving an update set from Development to test environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 05:43 AM
Hi All,
I have a requirment like..
Once the Updateset is made to Complete in Dev Enviroment. It should move to Test and commit all the changes if there is no collisions?
Is it possible to do? If so how can i achive this?
Note: I have Remote Updateset module where it moves all the completed update sets but here i want only my Update set to be moved and commit also must happen.
Thanks in Adavance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 05:55 AM
Hi Vyshnavi,
You can do it in 2 ways.
1). go to local update set in DEV and export to XML. This option will show when you mark the update set as complete.
and click on retrieved update set and
and you can see this option as import update in TEST instance. upload it
OPTION 2 :
Click on Update Source in TEST instance.
Click on New in Remote instance.
Now enter the URL of DEV instance, and also username and password of DEV instance and save it.
Now you can find the UI action called Retrieve Update set.
you can find the update set of DEV instance and commit it.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 05:57 AM
Are you using team development.
http://wiki.servicenow.com/index.php?title=Team_Development#Pulls_and_Pushes

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2017 05:58 AM
Hi Vyshnavi,
There must be some schedule job if you say that you have a (Remote Updateset module where it moves all the completed update sets) that would be retrieving all completed updates from DEV instance. You need to locate it & modify by adding an additional filter for created by your name for it to retrieve & commit updates sets relating & created from your end in DEV instance.