Hey everyone,
I shipped GanttBoard for Jira on April 23 — a free Gantt chart Forge app for Jira Cloud. 11 days in, 4 installs, 0 reviews. Below are the lessons I think are worth sharing for anyone considering a Forge launch.
What worked
- Forge KVS for app-specific state worked exactly as documented. Zero infra setup.
api.asUser()everywhere kept the security review trivial. Marketplace approval in 2 days.- Cloud-only, no DC kept scope sane for a solo dev. Recommend.
- Landing site on GitHub Pages —
mwefky.github.io/ganttboard-for-jira— free and fine. No domain needed for v1.
What didn’t
- Hand-built deep-link URLs in
router.open(url)broke on team-managed Kanban projects. The structuredrouter.open({ target: 'module', moduleKey, projectKey })form is more robust. I shipped the regression in 3.15.0 and removed the feature in 3.15.1. - Marketing posts to my LinkedIn network got 13 followers but ~0 install attribution. My network isn’t Jira admins. Lesson: paid distribution matters more than I thought.
- Atlassian Community launch post got my main community account banned for review-solicitation phrasing. Avoid “a review helps a new app” — auto-mods flag it.
Open questions for the room
- For other solo Forge devs: what’s actually worked for your first 100 installs?
- Anyone gone through Apptoberfest? Does the demo competition meaningfully move installs?
- Atlassian Developer Community vs the regular Community — am I right that this forum has different rules / culture for Marketplace publishers?
App in the Marketplace if anyone wants to look:
Genuinely interested in your stories more than my own. Happy to answer technical questions.
-– Mina