Creating a change from incident in Service Operations Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 04:19 AM
Hi,
When creating a normal or emergency change request from an incident in Service Operations Workspace, certain fields on the change request, like short description and company, are inherited from the original incident.
We have some custom fields on the incident that we would like to also bring over to the change request. Were can I configure this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 04:22 AM
@mrosok Please check the code associated with UI Action responsible for creating the change. This UI action script must be setting the OOTB field, you can set the values for your custom fields using the same script.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 04:28 AM
"Create Change Request" from Incident in Service Operations Workspace is not a basic UI action - It is a declarative action that takes you to a Create Change Request Page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2024 04:26 AM
Hi @mrosok
Check in UI action
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 07:32 AM
In the UI Builder, you will have to open the Create Change Request Page SNC configuration and copy this page to create a custom one. In this custom page, you will have the open the Client State Parameters and update the "taskFields" parameter.