Recommendations for a bug tracker/forum?

submitted 10 months ago by hperrin edited 10 months ago

Does anyone have any recommendations for bug trackers with a forum feature? Basically something where users can report issues, request features, and ask questions, all about a specific service. Preferably, I’d like something that integrates with GitHub issues, but that’s not a requirement. Also I’d like something like a public roadmap or project tracker.

12

Log in to comment

9 Comments

umami_wasabi 10 months ago, edited 10 months ago

Redmine? https://www.redmine.org/

Haven't use it personally tho

7EP6vuI 10 months ago

have used it, and its great. maybe it's a bit oldschool on first sight, but its a great, customizable project.

hperrin [OP] 10 months ago

This looks pretty promising. It has everything I need. Thanks!

Appoxo 10 months ago

Another department of my company uses it as their support/ticket portal.

Herbsti72 10 months ago

Take a look on Forgejo: https://forgejo.org/

Can be self hosted and works quite well.

SorteKanin 10 months ago

GitHub repositories can also have "Discussions" which are separate from issues. There's also a project concept on GitHub. I think you could just use what GitHub already has built in.

hperrin [OP] 10 months ago

Unfortunately, it’s for a private repository, so I can’t use GitHub.

ZeldaFreak 10 months ago

Then use a dummy public repo. You don't get the nice integration. We used Mantis Bugtracker at work for quite some time but switched to Gitea (a selfhosted Github clone) and are trying to get our testers to use it more.

Also you should keep one thing in mind: needing an additional account, might stop people to use it. With Github I contribute for even smaller ideas. When I need to make an account first, I wont do it. Or when they want to use Discord. I do have Discord but come on...

Christov 10 months ago

+1 for github, ive used the project and discussion features before and they integrate nicely. You can join it all together with pull requests as well.