Importing changelogs

Featurebase supports importing both Markdown and HTML-formatted changelogs.

RR

Written By Robi Rohumaa

Last updated 15 days ago

You can import both Markdown and HTML-formatted changelogs.

πŸ‘¨β€πŸ’» You'll need to write custom code for the setup process. If you're uncomfortable with this, share this guide with a technical team member who can assist.


1. Finding your API key

Start by finding your API key:

  1. Go to Settings β†’ API

  2. Write it down and store it safely. Never expose this key to your users!

2. Importing changelogs

Visit our API documentation to learn how the Create Changelog endpoint works.

Once you’ve familiarized yourself with the API call's structure, you’ll need to read your existing changelogs and send a Create Changelog API request for each changelog.

HTML and Markdown imports are both supported.

  • To import an HTML changelog, use the htmlContent property.

  • For Markdown, send along the markdownContent field.

After you’ve imported the changelogs, you can backdate them to their original dates following this guide:


If you need help with the importing process, feel free to contact us via the live chat or by emailing team@featurebase.app


FAQ