How do I view the number of incidents related to a given knowledge article?
Where is this information located?
Best Answer
-
Adam_Dzyacky Product Owner Contributor Monkey ✭✭✭✭✭If I'm not mistaken, the WorkItem$KnowledgeArticle table keeps the relationship between Work Items and Knowledge Articles.
However as far as setting the Featured Article dynamically based on this aforementioned dataset, it sounds like a custom Stored Procedure you'd have to wire up to modify the KnowledgeArticle table.2
Answers
However as far as setting the Featured Article dynamically based on this aforementioned dataset, it sounds like a custom Stored Procedure you'd have to wire up to modify the KnowledgeArticle table.