Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using GitHub with another Bug-tracker? [closed]

I am involved in this project, Pinta, and we are currently using GitHub for our development. We all love Git and GitHub and want to keep using it. However, now the project is getting stable and involved, and it's time we started using a more capable bug tracking system than GitHub's simple issue tracker. We also want to start doing GetText based translations.

We are looking at Launchpad which has both a nice bug tracker and translation manager, but we want to keep using GitHub for development. I'm worried that these will not integrate well, and it will make development harder.

Has anyone used GitHub with another bug tracking system and had any success? Any recommendations?

like image 606
Joe Hillenbrand Avatar asked May 06 '10 16:05

Joe Hillenbrand


People also ask

Can GitHub be used for bug tracking?

Use GitHub Issues to track ideas, feedback, tasks, or bugs for work on GitHub.

When should I close a GitHub issue?

You can close an issue when bugs are fixed, feedback is acted on, or to show that work is not planned.

How do I resolve an issue in GitHub?

Before start to solve an issue, we must update the code in our local system. Find the issue where it comes from and why it comes. Then start to solve the issue. Test it properly and confirm that this issue has been solved.


1 Answers

We use Lighthouse with GitHub and the integration in both directions is very handy.

like image 143
Lee Avatar answered Oct 01 '22 14:10

Lee