Featurebase supports importing both Markdown and HTML-formatted changelogs.
Written By Robi Rohumaa
Last updated 6 months 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:
Go to Settings โ API
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: Backdating changelogs
If you need help with the importing process, feel free to contact us via the live chat or by emailing support@featurebase.app