- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:45 AM
Some of the vulnerability items in vulnerability response module of snow are not assigned to any assignment group
For example, A configuration item has various VITs created with different QIDs, Some are assigned to respective group., some are left unassigned.
I have also checked the assignment rules " Assign VI to CI Owning Team " .
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:54 AM
To resolve unassigned vulnerabilities in ServiceNow:
- Verify Assignment Rules: Ensure the rule is correctly set up and active.
- Check CI Mapping: Confirm CIs have correct assignment group mappings.
- Review Data: Ensure vulnerabilities are properly linked to CIs.
These steps should help identify and fix the assignment issues.
also try to execute you schedule manually to check if gets assigned.
mark my response is helpful and accept the solution if it helped you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 01:30 AM
@bharanikumar20That's absolutely correct. Assignment rules operate via a Business Rule on the Vulnerable Item table called "Run assignment rules," which invokes the Script Include "AssignmentUtils" and calls the method "getAssignmentGroup."
…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution ✅!! If this helps you to understand.
…………………………………………........................................................................................
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2024 02:54 AM
To resolve unassigned vulnerabilities in ServiceNow:
- Verify Assignment Rules: Ensure the rule is correctly set up and active.
- Check CI Mapping: Confirm CIs have correct assignment group mappings.
- Review Data: Ensure vulnerabilities are properly linked to CIs.
These steps should help identify and fix the assignment issues.
also try to execute you schedule manually to check if gets assigned.
mark my response is helpful and accept the solution if it helped you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 01:15 AM
@Satishkumar B - Thanks , I have found the issue .problem found with the Assignment rules and their execution.
The rule stops processing once the criteria matches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 01:30 AM
@bharanikumar20That's absolutely correct. Assignment rules operate via a Business Rule on the Vulnerable Item table called "Run assignment rules," which invokes the Script Include "AssignmentUtils" and calls the method "getAssignmentGroup."
…………………………………………........................................................................................
Mark it helpful 👍and Accept Solution ✅!! If this helps you to understand.
…………………………………………........................................................................................