- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2020 05:57 AM
Hi, we have created the security tags and set the security tag rule as Category=“Data exposure”.
So when a security incident is created it needs to automatically set the security tag to Data exposure. After I created the tag, it set the security tag for all the current security incidents however , when I create/update a new Security incident With category Data Exposure it does not auto assign the security tag. What am I missing? How does the security tag auto set to a ticket?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 11:22 AM
Had to manually implement a after insert BR for Vul when we did this.
After BR w/ the following:
var strUtil = new sn_sec_cmn.SecurityTagRulesUtil();
strUtil.addSecurityTagByRules(current);
I'd double check the ordering on the after business rules as well, make sure its at the end.
^ should help get you started.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2020 06:15 AM
Try to check this content, see if it helps:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2020 06:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2020 06:52 AM
I've seen the same issue. They were working just fine until this week, a person that reports on these tags informed me that new tags haven't been created since November. I made a small change the condition, saved it then changed it back and saved it again for it to tag all the SIRs it missed.
I think this is a bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2020 02:36 AM
Did you or