We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Comments
Create a dashboard with a SQL Chart widget and use something like the following as your source, and group by KBID or KB Title.
Now you can see a nice chart of the MOST referenced KB articles, click on the article in question and see a list of IR's associated with each!
Please note for the drill-through of Workitems to work, the field should be aliased as [Id] - for example:
SELECT WI.WorkItemID as [Id], This is case sensitive and special word in sql validation.
Thanks,