<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Incident Label History in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3324897#M3805</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/614241"&gt;@GlideFather&lt;/a&gt;&amp;nbsp;so much for taking the time to share this information—it's really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The key takeaway for me is that adding or removing tags isn't tracked or audited in ServiceNow, which is a significant limitation. Unfortunately, the auditing options you mentioned aren't available to me due to my current access or permission level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, it's very helpful to understand how it works. Thanks again!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jul 2025 16:00:20 GMT</pubDate>
    <dc:creator>tlohnes</dc:creator>
    <dc:date>2025-07-17T16:00:20Z</dc:date>
    <item>
      <title>Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323491#M3790</link>
      <description>&lt;P&gt;I am inquiring about how one would audit/report on the tag assignment (including changes) to an incident?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found the labels in the label_entry table, but I am looking for the history of changes as well.&amp;nbsp; Is that possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar ask from 2020:&amp;nbsp;&lt;A href="https://www.servicenow.com/community/servicenow-ai-platform-forum/can-tags-be-audited-in-servicenow/m-p/1166484" target="_blank"&gt;https://www.servicenow.com/community/servicenow-ai-platform-forum/can-tags-be-audited-in-servicenow/m-p/1166484&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 19:50:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323491#M3790</guid>
      <dc:creator>tlohnes</dc:creator>
      <dc:date>2025-07-16T19:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323547#M3791</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/947365"&gt;@tlohnes&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the audit on anything in ServiceNow, when it is not active and you will activate it, it doesn't show the history retrospectively. So below I will show you how you can start auditing your wanted fields and their changes but you will be able to see it after you do it, not before...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For that, go to System Definition &amp;gt; Dictionary and search for the table of your need - in this case [incident], then filter the records that Type == Collection, and add a column Audit and mark it true.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you mark it true as per the first row, it will apply to all the form with every field in it, but if you want to do it for selected field only that would be the lines below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_0-1752699881318.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456368i4DE9CD7BA8E01593/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_0-1752699881318.png" alt="KamilT_0-1752699881318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(alternative is to go to field's sys dictionary and add the attribute for audit true, it is the same, but this seems easier to explain)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once you marked the Audit true, after that you will be able to see changes in Audit [sys_audit] table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_1-1752699997606.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456369i368D1E3A794EA26F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_1-1752699997606.png" alt="KamilT_1-1752699997606.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here you have Document key (that is the sys ID of a particular incident), Old and New value (changed from what to what), by whom, when and in what field of incident.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This will be applicable to anything that you need or if you want to stop auditing you just do negation of the step 1 but remember the audit start to creates records after it is true, not possible to get these information retrospectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You mentioned tags, that would need to start the audit and then you can see that as well.&amp;nbsp;Please let me know if this is what you were looking for and if my response was helpful&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 21:09:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323547#M3791</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T21:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323552#M3792</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/947365"&gt;@tlohnes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for the label_entry, it is the same, navigate here:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_2-1752700272977.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456372iA70E47B8BDA0E80E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_2-1752700272977.png" alt="KamilT_2-1752700272977.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;https://&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;yourinstance&lt;/STRONG&gt;&lt;/FONT&gt;.service-now.com/sys_dictionary_list.do?sysparm_query=name%3Dlabel_entry%5Einternal_type%3Dcollection&amp;amp;sysparm_view=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And mark the &lt;STRONG&gt;Audit to true.&amp;nbsp;&lt;/STRONG&gt;From that moment on you should be able to see the Audit history under this link:&lt;/P&gt;&lt;P&gt;https://&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;yourinstance&lt;/STRONG&gt;&lt;/FONT&gt;.service-now.com/sys_audit_list.do?sysparm_query=tablenameSTARTSWITHlabel_entry&amp;amp;sysparm_view=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please tell me how much do you love this new feature in your instance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 21:13:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323552#M3792</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T21:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323568#M3793</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/947365"&gt;@tlohnes&lt;/a&gt;&amp;nbsp;I have been testing it for label_entry and adding and neither removing tags is not audited anywhere, despite evey relevant fields were set Audit == true...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;only what is audited is for example if you rename "&lt;STRONG&gt;Test tag"&lt;/STRONG&gt; to "&lt;STRONG&gt;Test Tag 1"&lt;/STRONG&gt;, that will be audited but not adding and removing...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_0-1752702069147.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456374i7D7BD7C2683C6DFA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_0-1752702069147.png" alt="KamilT_0-1752702069147.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You would be able to see adding tags in a report but not sure how to do it with the removing, perhaps a business rule on the label_entry table triggering an event but is that really necessary?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 21:42:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323568#M3793</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-16T21:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323884#M3796</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/947365"&gt;@tlohnes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can check script include&amp;nbsp;&lt;STRONG&gt;TagUtil&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KamilT_0-1752732910281.png" style="width: 400px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/456424i8B047F0A59AED5F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KamilT_0-1752732910281.png" alt="KamilT_0-1752732910281.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And eventually add there an event (one for adding and one for removing) with parameters - user and where the tag was,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 06:16:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3323884#M3796</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-17T06:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3324897#M3805</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/614241"&gt;@GlideFather&lt;/a&gt;&amp;nbsp;so much for taking the time to share this information—it's really appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The key takeaway for me is that adding or removing tags isn't tracked or audited in ServiceNow, which is a significant limitation. Unfortunately, the auditing options you mentioned aren't available to me due to my current access or permission level.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, it's very helpful to understand how it works. Thanks again!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:00:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3324897#M3805</guid>
      <dc:creator>tlohnes</dc:creator>
      <dc:date>2025-07-17T16:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Incident Label History</title>
      <link>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3324905#M3806</link>
      <description>&lt;P&gt;Perfect, thank you for confirming my efforts were not for nothing!&lt;BR /&gt;&lt;BR /&gt;have a wonderful day and get back if you have any detective work for me &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:05:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/incident-label-history/m-p/3324905#M3806</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2025-07-17T16:05:31Z</dc:date>
    </item>
  </channel>
</rss>

