How assignment group is populating from major incident to Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
56m ago
Hi Team,
How assignment group is populating from major incident to Problem.
I have found "Major Incident Process" playbook, then there is subflow "Major Incident Playbook - Create a Problem from Incident" and under that we have action called "Create Problem Record from Incident", In this action there is script include "IncidentUtils" in that script included we are calling system property called "com.snc.problem.create_from_incident.attributes", in this property value is "description,short_description,cmdb_ci,impact,urgency,priority,sys_domain,business_service,service_offering,company", there is no assignment group, I have verified how assignment group is populating, not able to find anything.
what I observed is when Incident created what was the initial assignment group, same group is populating in the problem when problem is created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
47m ago
did you check the group gets populated during insert only or it gets updated later after insertion?
check the history calendar on that record
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
32m ago
It is updating insert only, when I check in Activity stream is showing as system later it is showing a message saying Problem created from Incident INC00XXXXX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10m ago
Customize the UI action "Create Problem" which is on incident table as per your requirement.
Sample screen shot:
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4m ago
It is already copying the values from incident to problem, I found every field expect assignment group.
I want to know how assignment group is populating from where