Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Load single update set into target environment without preview and commit

User326431
Tera Contributor

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?

1 ACCEPTED SOLUTION

pavani_paluri
Tera Guru

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

View solution in original post

1 REPLY 1

pavani_paluri
Tera Guru

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