Is there a way to locate all articles within a knowledge base that include hyperlinks? | Community
Skip to main content

Is there a way to locate all articles within a knowledge base that include hyperlinks?

  • May 17, 2022
  • 1 reply
  • 0 views

Liv11

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?

1 reply

Eric27
  • May 20, 2022
Hey Liv,
 
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,