- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 11:02 PM
Under the Policy and Compliance module , once the control record status results as Non- Compliant , corresponding Issues are generated and those Issues get automatically assigned to the corresponding Control owner under which the issue is generated, so is there any way to Assign the issue to a particular user or user group and those users would assign it to the applicable users . If any BR or Script . Please provide your insights !🙂
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 09:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 06:17 AM
I am not 100% sure, but try to use the look up / data lookup / assignment rule for this.
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
‎02-28-2024 07:01 AM
HI @Nidhi Kashyap ,
This functionality is coming from a Script include called "IssueUtilsBase" ( This Script include is protected by ServiceNow, you cannot make any changes to it) , see the attached screenshot lines of code which is responsible :
and the Business rule in ask is "Create issue if test ineffective, closed "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2024 09:54 PM