- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
We have a requirement to just load one completed update set from source instance to target instance.
I have tried exporting xml and calling the OOB "export to XML" ui action. but didnt work.
Could you Please suggest any way to achieve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I have recently had same requirement and achieved this via fow designer. You can create a custom action which triggers api to selected environment to load the update set of your choice.
https://www.servicenow.com/docs/r/api-reference/rest-apis/cicd-update-set-api.html
Please refer above documentation for api details. Pre requisites would be target environment should have update source configured for the instance from which you want to load the update set.
Please mak this as help if you find this solution as helpful.
Thanks,
Pavani Paluri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I have recently had same requirement and achieved this via fow designer. You can create a custom action which triggers api to selected environment to load the update set of your choice.
https://www.servicenow.com/docs/r/api-reference/rest-apis/cicd-update-set-api.html
Please refer above documentation for api details. Pre requisites would be target environment should have update source configured for the instance from which you want to load the update set.
Please mak this as help if you find this solution as helpful.
Thanks,
Pavani Paluri
