Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Open Source Bug Tracking?

Open Source Bug Tracking?

Scheduled Pinned Locked Moved The Lounge
collaborationhelpquestionworkspacecsharp
19 Posts 13 Posters 3 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Zdeslav Vojkovic

    my favorite is gemini[^] (free 10 user licence) trac[^], mantis[^] and roundup[^] are good, too.

    S Offline
    S Offline
    Simon Capewell
    wrote on last edited by
    #7

    We use Gemini as well so it gets my vote, but bear in mind it isn't actually open source. You'll also need a machine running IIS and SQL server too, although you should be able to deploy it on SQL Server 2005 Express.

    1 Reply Last reply
    0
    • A Aaron Schaefer

      Hey All, A while back I posted a question about open source version control software. I got a lot of great feedback, thanks for all the good responses. Our workflow now includes SVN for version control (with Tortoise SVN on the client side), MSBuild for building stuff, and CruiseControl.net for Continuous integration (still working on getting the last two set up). We are currently using Outlook for issue tracking, ie lots of emails back and forth, etc. I notice things tend to get lost easily this way. Surely, someone has had some experience with a simple open source/free issue stracking setup. Just looking for something basica that will allow us to track issues, assign priorities, assign a developer to an issue, etc. Anybody have suggestions? Thanks! Aaron

      L Offline
      L Offline
      leppie
      wrote on last edited by
      #8

      BugTracker.NET

      xacc.ide-0.1.3.2

      A 1 Reply Last reply
      0
      • L leppie

        BugTracker.NET

        xacc.ide-0.1.3.2

        A Offline
        A Offline
        Aaron Schaefer
        wrote on last edited by
        #9

        So many choices . . . I'm not even sure really what I should be looking for when comparing one against the other. Bugzilla does have a cool tshirt, though . . .

        R 1 Reply Last reply
        0
        • A Aaron Schaefer

          So many choices . . . I'm not even sure really what I should be looking for when comparing one against the other. Bugzilla does have a cool tshirt, though . . .

          R Offline
          R Offline
          Rage
          wrote on last edited by
          #10

          Aaron Schaefer wrote:

          what I should be looking for when comparing one against the other

          Maybe, but reading this:

          Aaron Schaefer wrote:

          Bugzilla does have a cool tshirt, though

          I see that you learn quickly ! :) ~RaGE();

          1 Reply Last reply
          0
          • A Aaron Schaefer

            Hey All, A while back I posted a question about open source version control software. I got a lot of great feedback, thanks for all the good responses. Our workflow now includes SVN for version control (with Tortoise SVN on the client side), MSBuild for building stuff, and CruiseControl.net for Continuous integration (still working on getting the last two set up). We are currently using Outlook for issue tracking, ie lots of emails back and forth, etc. I notice things tend to get lost easily this way. Surely, someone has had some experience with a simple open source/free issue stracking setup. Just looking for something basica that will allow us to track issues, assign priorities, assign a developer to an issue, etc. Anybody have suggestions? Thanks! Aaron

            R Offline
            R Offline
            Russell Morris
            wrote on last edited by
            #11

            Trac (http://www.edgewall.com/trac/[^]) is excellent - we're using it on 3 projects here at work. It's open source, and is based primarily on Python and Apache (other http servers too, but I've found Apache route to be easiest to get up and running on a Windows machine). It includes a Wiki and subversion repository integration. For instance, in the 'fix' comment for a ticket, you can provide a link to the Subversion checkin set that included the fix to that ticket. Clicking on that link will bring up a nicely formatted diff of the files in that checkin set. Pretty cool stuff.

            N 1 Reply Last reply
            0
            • R Russell Morris

              Trac (http://www.edgewall.com/trac/[^]) is excellent - we're using it on 3 projects here at work. It's open source, and is based primarily on Python and Apache (other http servers too, but I've found Apache route to be easiest to get up and running on a Windows machine). It includes a Wiki and subversion repository integration. For instance, in the 'fix' comment for a ticket, you can provide a link to the Subversion checkin set that included the fix to that ticket. Clicking on that link will bring up a nicely formatted diff of the files in that checkin set. Pretty cool stuff.

              N Offline
              N Offline
              Nemanja Trifunovic
              wrote on last edited by
              #12

              Russell Morris wrote:

              Trac (http://www.edgewall.com/trac/\[^\]) is excellent

              Far from excellent - too simplistic and lacking basic customization features. But it is simple to use and integrates well with SVN


              My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

              R 1 Reply Last reply
              0
              • N Nemanja Trifunovic

                Russell Morris wrote:

                Trac (http://www.edgewall.com/trac/\[^\]) is excellent

                Far from excellent - too simplistic and lacking basic customization features. But it is simple to use and integrates well with SVN


                My programming blahblahblah blog. If you ever find anything useful here, please let me know to remove it.

                R Offline
                R Offline
                Russell Morris
                wrote on last edited by
                #13

                What's simplistic about it? -- Russell Morris "So, broccoli, mother says you're good for me... but I'm afraid I'm no good for you!" - Stewy

                1 Reply Last reply
                0
                • R Ravi Bhavnani

                  Until BugsBunny[^] is ready for primetime, you may want to consider using BugZilla[^]. /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                  B Offline
                  B Offline
                  Bassam Abdul Baki
                  wrote on last edited by
                  #14

                  You are such a tease Ravi. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                  R 1 Reply Last reply
                  0
                  • A Aaron Schaefer

                    Hey All, A while back I posted a question about open source version control software. I got a lot of great feedback, thanks for all the good responses. Our workflow now includes SVN for version control (with Tortoise SVN on the client side), MSBuild for building stuff, and CruiseControl.net for Continuous integration (still working on getting the last two set up). We are currently using Outlook for issue tracking, ie lots of emails back and forth, etc. I notice things tend to get lost easily this way. Surely, someone has had some experience with a simple open source/free issue stracking setup. Just looking for something basica that will allow us to track issues, assign priorities, assign a developer to an issue, etc. Anybody have suggestions? Thanks! Aaron

                    R Offline
                    R Offline
                    roel_
                    wrote on last edited by
                    #15

                    Try Mantis. Free, php/mysql (or some other databases), simpler to use than bugzilla, easy to install (bugzilla is a pita), has a lot of features. Also can integrate with subversion using Scmbug. Highly recommended.

                    1 Reply Last reply
                    0
                    • B Bassam Abdul Baki

                      You are such a tease Ravi. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                      R Offline
                      R Offline
                      Ravi Bhavnani
                      wrote on last edited by
                      #16

                      It's one of my projects in flight - no kidding. /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                      B 1 Reply Last reply
                      0
                      • R Ravi Bhavnani

                        It's one of my projects in flight - no kidding. /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                        B Offline
                        B Offline
                        Bassam Abdul Baki
                        wrote on last edited by
                        #17

                        I'm not doubting you. Actually, great minds think alike. In order to get to know SQL Server Express, I started development on my own Project Management database. I haven't finished adding everything yet, and I don't have any web pages to interact with it, but it is coming along nicely. However, there are too many out there for it to pose a challenge to anyone. Maybe Microsoft or Google will see us as threats and purchase our products. <insert>Wishful thinking.</insert> :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                        R 1 Reply Last reply
                        0
                        • B Bassam Abdul Baki

                          I'm not doubting you. Actually, great minds think alike. In order to get to know SQL Server Express, I started development on my own Project Management database. I haven't finished adding everything yet, and I don't have any web pages to interact with it, but it is coming along nicely. However, there are too many out there for it to pose a challenge to anyone. Maybe Microsoft or Google will see us as threats and purchase our products. <insert>Wishful thinking.</insert> :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                          R Offline
                          R Offline
                          Ravi Bhavnani
                          wrote on last edited by
                          #18

                          Bassam Abdul-Baki wrote:

                          Maybe Microsoft or Google will see us as threats and purchase our products.

                          When that happens, I won't worry about buying calling cards to make international phonecalls. :) /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                          B 1 Reply Last reply
                          0
                          • R Ravi Bhavnani

                            Bassam Abdul-Baki wrote:

                            Maybe Microsoft or Google will see us as threats and purchase our products.

                            When that happens, I won't worry about buying calling cards to make international phonecalls. :) /ravi My new year's resolution: 2048 x 1536 Home | Music | Articles | Freeware | Trips ravib(at)ravib(dot)com

                            B Offline
                            B Offline
                            Bassam Abdul Baki
                            wrote on last edited by
                            #19

                            I don't know. Richness and frugality seem to go hand in hand. That's why I'm a very, very generous person. :-D "If only one person knows the truth, it is still the truth." - Mahatma Gandhi Web - Blog - RSS - Math

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups