Need to Get List of Incident without KB attached in the Related List
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 07:56 AM
Hi,
Is there a way to pull a report in order to fetch the list of Incidents having no Knowledge attached in it's related list ?
Regards
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 08:01 AM
Hi,
You can create a List report on incident table with filter condition as Knowledge is false. (Assuming Knowledge is attached upon resolution)
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 09:03 AM
Hi Alikutty,
Thanks for your response.
There are many cases where Knowledge is unchecked and article is attached to the Incident.
In that case the report's data is not correct.
Is there any other method to achieve this ?
Regards
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 09:17 AM
Hi Vishal,
I do not see a direct way to get your data on all incidents that don't have an article. You can additionally get the list of article attached to an incident from the m2m_kb_task table. Please try this URL and see if it adds additional data.
Replace with your instance name.
I suggest to export data from both the queries to get a unique list of incidents that have articles attached. Then compare it against the full list of incidents to get those entries which are not having articles (Need some excel work)
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 02:44 PM
This does not yield the correct results. When setting Knowledge to false all it means is that there was no Knowledge article created as a result of the resolved INC.
Looking for something completely different. Need to know how to find which INCs were resolved where the IT Support agent did not attach (use) a Knowledge Article to get to resolution.