Automated Risk Assessment via Script Always Results in 'Low' Risk Level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 02:36 AM
Hello Community,
I'm implementing automated risk assessments for Change Requests using a script. The script successfully creates and completes the assessment, populating the necessary records in the following tables:ServiceNow
asmt_assessment
asmt_assessment_instance
asmt_metric_result
asmt_assessment_instance_question
Despite this, the Risk field on the Change Request consistently reflects a 'Low' value, regardless of the assessment responses
I've ensured that:
The assessment instance is marked as 'complete'.
All metric results are correctly recorded.
The 'Change Management - Risk Assessment' plugin is active.
I suspect that the risk calculation isn't being triggered automatically after the assessment completion. Is there a specific method or function I need to invoke to ensure the Risk field updates based on the assessment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 02:55 AM
Hi @gautam_dhamija
Have you verified if the 'Assessment threshold' values have been set up properly?
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 03:10 AM
Yes Assessment threshold values have have been setup ....It is working fine when i do at form level but not through script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-12-2025 10:13 AM
I am facing the same issue. Did you find solution?