- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 01:46 AM
How do I remove the assignment group which was assigned automatically upon submit?
I have set the assignment rule to "Manually" for the requests.
Upon creating and submitting while leaving the assignment group blank, it will be automatically populated with the value "SIRT". The SIR tasks work just fine (Assignment group and Assigned to remains blank upon creation).
Are there any place which I'll need to configure to prevent this auto-assigning of assignment group?
Thank you
Solved! Go to Solution.
- Labels:
-
Security Incident Response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2018 10:35 AM
Hi Joel,
There is an Assignment Rule here on the <sn_si_incident> table that needs to be modified. It is called "SIRT Assignment" - refer to screenshot.
If you change this Assignment Rule to Active = False, you'll achieve the behaviour you are looking for on manual SIR creation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 02:11 AM
Hi Joel,
Please check
System Policy ---> Assignment Lookup Rules
and in that change the one related to incident table as per your needs , that whether you want to keep it or remove it.
PLEASE mark my answer as CORRECT if it served yor purpose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 02:38 AM
is some client script running on FOrm load which is setting this assignment
or some business rule try to figure out.
There has to be something there try to watch that field and make somechanges to the form and again reload you will get to know the scripts,UI polices associated with that field.
PLEASE mark my answer as CORRECT if it served yor purpose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2018 03:54 AM
Have you checked this
System Property related to group , there can be posssiblity that on Form Load somewhere the system property is called
Eg)
problem.management.group
and there will be some sys_id associated with it . So if this property is called then group corresponding to that sys_id is assigned.
PLEASE mark my answer as CORRECT if it served yor purpose