- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 09:24 AM
We have a request to identify who added a shared tag to an incident. The specific request is to have it show in the audit history but is there a way to report on who attached a tag?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 12:25 PM
Looks like tags do not show in task history\audit data, so I would think your options are a view of label_list directly, a view of the label_list via a report, or something like an after insert BR on label_list which would update tag details into the task work_notes.
My recommendation would be a view of label_list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 11:58 AM
Hi, checking System definition > Tags IE table 'label_list' may result in multiple tag records with same label\name.
But if you check the table 'label entries' label_entry_list, you will be able to search the entries for the tag(label)\user\target combination and from there can drill into the label to confirm its creator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 12:14 PM
I think we are looking for something much simpler that a normal ServiceDesk manager could see.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2023 12:25 PM
Looks like tags do not show in task history\audit data, so I would think your options are a view of label_list directly, a view of the label_list via a report, or something like an after insert BR on label_list which would update tag details into the task work_notes.
My recommendation would be a view of label_list.