Is there a way to locate all articles within a knowledge base that include hyperlinks?
Answered
Posted May 17, 2022
We are currently migrating between knowledge bases, which involves transferring all existing articles, images, and hyperlinks to the new platform. We are searching for a way to locate any article within our existing Zendesk platform that includes hyperlinks to other articles so we can easily re-connect them later on. Is there a way to do this?
0
1
1 comment
Eric Nelson
This can be accomplished pretty easily by writing a small script to loop through your articles and find which ones have an
<a>
tag. I've written a small proof of concept script that your team can use as a starting point.Hope this helps,
0
Sign in to leave a comment.