Creating Change Request through Workflow

surajsukuma
Tera Contributor

i am trying to create a change request through workflow. Used Create task Option in workflow 

 

Change Request is creating a expected , but at the same in need to capture Catalog item variables value to Change request Variables. is it possible? Anyone can suggest?  

 

surajsukuma_1-1718193724673.png

 

surajsukuma_3-1718193818966.png

 

1 ACCEPTED SOLUTION

If you're creating the Change Request after the Request is submitted, you can update the UI Action 'Create Change' and map the Variables from the RITM to the new Change Request. I came across this other post where they are mapping data points from the RITM to the Change Request Description, but you can use the same script and map Variable to specific Change Request Field.

 

https://www.servicenow.com/community/itsm-forum/how-to-write-ui-action-script-to-bring-ritm-variable...

View solution in original post

3 REPLIES 3

Josh Pirozzi
Kilo Sage

Hi @surajsukuma,

 

Does the data need to come from Catalog item Variables? Can you auto-populate the data from the selected Configuration Item?

Data need to come from Catalog item Variables to Change request fields

surajsukuma_1-1718195327247.png

 

 

 

If you're creating the Change Request after the Request is submitted, you can update the UI Action 'Create Change' and map the Variables from the RITM to the new Change Request. I came across this other post where they are mapping data points from the RITM to the Change Request Description, but you can use the same script and map Variable to specific Change Request Field.

 

https://www.servicenow.com/community/itsm-forum/how-to-write-ui-action-script-to-bring-ritm-variable...