Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good free bug tracking system that integrates with Mercurial and/or bitbucket?

I am a lone developer working on many projects simultaneously, and keeping all these bugs in my head has become burdonsome. I've been using some "task" websites to manage my bugs for a while now, and it's been relatively sufficient. However, my current project just exploded in scope and now I need something way more robust. I currently use Mercurial and BitBucket for my version control and repo respectively, so I was hoping someone knew of something that integrated with those. At the very least, I'm looking for a free bug tracking system.

PS: aware of this question but I couldn't find anything with HG integration.

Thanks!

like image 244
Jason Avatar asked Nov 18 '10 01:11

Jason


People also ask

Which are different bug tracking tools explain any two?

Some of the most commonly used bug tracking tools are as follows: Jira. Bugzilla. BugNet.

Which of the following is are bug tracking tool?

1) Monday. Monday is a bug tracking tool that that enables you to analyze your performance and manage your team in one place. It provides flexible dashboard for easy visualization of data. Integrations: Outlook, Microsoft Teams, Dropbox, Slack, Google Calendar, Google Drive etc.

Is Excel a defect tracking tool?

Spreadsheets/Excel sheets pose a ton of challenges when you use them as your primary method of defect tracking and management.

Which tool can be used for defect tracking Bugzilla ALM Jira QA complete all of the above?

Kualitee. Kualitee is a complete ALM solution, providing all relevant features to agile software teams that they need to succeed in a software testing lifecycle. It is a detailed test management tool that assists software teams in managing all their testing from a single platform.


1 Answers

What about bitbucket itself? ;-) It uses some issue manager integrated.

alt text

http://confluence.atlassian.com/display/BITBUCKET/Using+your+Bitbucket+Issue+Tracker

like image 128
zerkms Avatar answered Oct 25 '22 01:10

zerkms