How to search ticket attachments and/or worknotes by keyword

brianthompson
Giga Contributor

I am looking for a way to run a report that searches word/excel/etc. attachments that are added to tickets (Tasks mainly) by keyword.   Also need a report that searches the Worknotes of a ticket by keyword.

Is this possible?

Thanks,

Brian

1 ACCEPTED SOLUTION

sandhya0682
Tera Contributor

How about searching the list view of the incidents by searching the worknotes field



find_real_file.png


View solution in original post

3 REPLIES 3

sandhya0682
Tera Contributor

How about searching the list view of the incidents by searching the worknotes field



find_real_file.png


Thanks Sandhya,



I am able to search Work Notes successfully for Incidents/Tasks.   For some reason, my view I had saved which shows Tasks and Incidents all in one view does not give me the "Work Notes" option.   I only Get the "Work Notes List" option.   But I can get by with 2 views.



Do you or anyone else know of a way to search by keyword files attached to tickets?   We sometimes get excel lists attached to tickets and would be nice if that was searchable somehow without knowing the actual ticket#.


sandhya0682
Tera Contributor

I am afraid this is not possible (or) extremely difficult because the attachment docs are encoded while getting saved in ServiceNow Sys_Attachment_doc table.


Therefore searching a string in an encoded data is not possible.



Just my 2 cents