- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2019 09:36 AM
Has anyone dealt with automatically-generated audit issues (IPT, labeled as "Issue created from Group by Control Owner")? If the issues is manually generated, is this not redundant? Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 12:06 PM
There is a business rule on sn_grc_issue called: Auto group issue based on rule
If the Item is not empty and the Parent is empty, AND the Item's content has an Issue Group Rule defined...
e.g. the Control's Policy Statement (Control Objective) or the Risk's Risk Statement
It gets or creates a group issue: new sn_grc.IssueGrouping().groupIssueBasedOnRule(current);
And sets that as the Parent...
so to your question, does it matter if the issue is manually generated? No.
It matters if you set an item, do not set a parent, and that the item's content has an Issue Group Rule defined!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 06:38 AM
Is this issue still valid?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2019 12:06 PM
There is a business rule on sn_grc_issue called: Auto group issue based on rule
If the Item is not empty and the Parent is empty, AND the Item's content has an Issue Group Rule defined...
e.g. the Control's Policy Statement (Control Objective) or the Risk's Risk Statement
It gets or creates a group issue: new sn_grc.IssueGrouping().groupIssueBasedOnRule(current);
And sets that as the Parent...
so to your question, does it matter if the issue is manually generated? No.
It matters if you set an item, do not set a parent, and that the item's content has an Issue Group Rule defined!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 03:48 AM
Hi,
as far as you know, can the parent issue (the one automatically generated) be deleted without impacts on the children (the ones manually created)?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2021 12:42 PM
this is a different question to the one posed, but yes.
However, check in sub-prod first - and suggest decoupling first if possible.
If you can validate on the dictionary entry there is no cascade delete rule on the sn_grc_issue.parent_issue field this should confirm... but do not just take my word for it and delete directly in Prod without prior validation 🙂 good luck