is there a filter for incident's I am following?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2017 02:01 PM
I was trying to create a filter that would show me a list of all the incidents that I have clicked the "Follow" button. Ideally I would like the create the filter so anyone could use it, either using the "Is (Dynamic)" condition or "javascript:gs.getUserID()". Is this something that is possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2017 02:12 PM
When you follow a record, a Live Group Profile (live_group_profile) record gets created if one is not already there for the "live feed" of the record. Then when users start following a Live Group member (live_group_member) gets created for each person following. You could create a report/gauge or application module to the live_group_member table to show which records the user is following.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2017 02:19 PM
With the above info, take a look at System Definition > Dynamic Filters Options. You can probably check out "One of My Approvals" as an example of how you can filter and return a set of Incident Records triggered from a business rule. You would use it with the "Is (dynamic)" filter option.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2017 01:36 AM
Hi, we tried this but users with ITIL role only is having error "Security constraints prevent access to requested page" when viewing the report.