Can anyone recommend a test management tool for just 5 people that integrates with JIRA and Confluence?

We need a test management tool for just 5 people that integrates with JIRA and Confluence.

For a team of five, the honest answer is: you don’t need much. We ran on TestLink for over a year, open source, self-hosted, and it handled test suites, execution cycles, and pass/fail tracking without any licensing cost.

JIRA integration isn’t native but a simple webhook setup covers the basics. Confluence you’d update manually or with a scheduled export, which works fine at your scale. Where TestLink shows its age is the UI, functional but clearly built in another era. If your team cares about that, Kiwi TCMS is the more modern open source alternative with similar capabilities and a cleaner interface.

At five people you’re in a sweet spot, switching tools later if you outgrow it is not a major project. Start lean, add complexity only when the current setup creates actual friction.

Framework for thinking through this at small team scale:

  • → Open source self-hosted: TestLink (established) or Kiwi TCMS (modern), free, full data control, manual JIRA sync via API
  • → Lightweight free option: GitHub Issues or GitLab Issues with a test label convention, works until it doesn’t
  • → If automation growth is on the roadmap: worth evaluating Test Manager TestMu AI early, native JIRA integration, built-in execution infra, scales without a re-platform Five people is the easiest time to pick a tool. Choose something you can grow into rather than the path of least resistance today.

Kiwi TCMS is underrated for small teams.

Open source, modern-ish UI, the test plan and execution model is solid.

JIRA integration via REST API, not plug-and-play but documented well.

For Confluence: export test plan as HTML, embed in a page. Functional.

Small team plus limited budget equals open source is the right starting call.