Customer support resources for Marketplace

Hi,
I am about to publish an App on the Marketplace, but I wonder how to deal with customer support resources:

  • Documentation
  • Submit a customer support request
  • Privacy policy…

For customer support, I use Jira Service Management, which free version allows public access. Thanks Atlassian :wink:

For Documentation and Privacy Policy, I would like to use Confluence, but the free version does not allow public access. As a marketplace partner, I understood that you can use some of Atlassian tools for free, but before submitting your first App, you just can’t.

As a temporary solution, I could build a Wordpress site, but I don’t want to spend time on something that will be useless a few days after.
According to you, what could be the easiest way to deal with documentation (free solution)?

Kind regards.

So this is what I have decided to do: use a Bitbucket wiki on a public project dedicated to that. I have seen some developers do that. Not that nice but will be ok for the first days. And after I will set up a Confluence space.

1 Like

Hey @BertrandDrouhard1 - for App Maker for Jira we use a static site hosted on Firebase, built with Vitepress.

  • Vitepress is an awesome tool for things like support and docs. All the content is just stored as markdown files in a repo (we include it as part of the App Maker for Jira monorepo).
  • As part of our CI Pipeline for App Maker we run a build on the Vitepress site which compiles all the markdown to a static site and deploys it. That way our docs are always up to date with the latest version of the app.
  • Firebase hosting is free for static sites which is also great.