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?
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
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,