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
questioncsharpc++perlcom
49 Posts 37 Posters 0 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.
  • C Christopher Duncan

    Ennis Ray Lynch, Jr. wrote:

    Dangerous statement my friend. A web based system should be language and system agnostic. I am sure you have a sacrificial box somewhere that can run linux, I have a few.

    Although I agree philosophically, the realities of the matter are that I need a web based system that my clients can also access, and my hosting platform is MS technologies. Could I force a square peg in a round hole? Of course. However, sometimes it's just nice if things are easy. :)

    Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

    D Offline
    D Offline
    Dan Watts
    wrote on last edited by
    #41

    We use BugTracker.Net. It's an ASP.Net based system that is easy to configure, and easy to use. Our internal testers are generally not very tech adept, but they required almost no training for this. Another nice thing is that, being open-source and based on ASP.Net and SQL Server Express, .Net programmers will find it interesting to poke around the .aspx pages and SQL queries. The developer is good about answering questions on the forum and encourages users to modify the pages and queries if the built-in settings don't need their needs.

    1 Reply Last reply
    0
    • C Christopher Duncan

      Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

      Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

      M Offline
      M Offline
      Michael Chick 0
      wrote on last edited by
      #42

      Search CodePlex for anything .NET. There are some duds out there but I have also found some great stuff. I was just looking for the same thing the other day and ran across Webolize. http://www.codeplex.com/webolize[^] I have not looked at it yet in any detail, so take this with a grain of salt. good luck

      1 Reply Last reply
      0
      • C Christopher Duncan

        Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

        Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

        S Offline
        S Offline
        Slonzo
        wrote on last edited by
        #43

        How about Flyspray? You can test it here :)

        1 Reply Last reply
        0
        • Z Zoltan Balazs

          I don't know of any .NET bugtracker, but you may want to try Mantis[^] (uses php+mysql, which you can install on Windows).

          Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

          O Offline
          O Offline
          Oshtri Deka
          wrote on last edited by
          #44

          Yep, Mantis is great.

          1 Reply Last reply
          0
          • C Christopher Duncan

            Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

            Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

            J Offline
            J Offline
            JRizzle
            wrote on last edited by
            #45

            Axosoft has a very full featured product. They have a frre version of their Ontime product that might work for you.

            1 Reply Last reply
            0
            • C Christopher Duncan

              Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

              Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

              R Offline
              R Offline
              ravenspoint
              wrote on last edited by
              #46

              I suppose you want something that is free, requires zero installation, and is very simple. I have been using zoho creator for a month or two, and it does the job. They have a "bug tracker" which you can start with, then customize with added fields and drop down lists, etc. You can make the UI, which looks like a spreadsheet, appear anywhere on your website, even inside one of your pages, without having to install anything on your server. I think it is a good place to start people off on bug tracking. The simplicity will not intimidate most, and if they like using it and begin calling for sophistication and integration, then they will be motivated to install a client on their systems, and to pay you to install a server.

              1 Reply Last reply
              0
              • Z Zoltan Balazs

                I don't know of any .NET bugtracker, but you may want to try Mantis[^] (uses php+mysql, which you can install on Windows).

                Work @ Network integrated solutions | Flickr | A practical use of the MVC pattern

                V Offline
                V Offline
                vineas
                wrote on last edited by
                #47

                I'd vote for Mantis as well. The newer versions contains about all the features you'll need in a bug tracker tool, and it is in active development.

                ----- In the land of the blind, the one eyed man is king.

                1 Reply Last reply
                0
                • C Christopher Duncan

                  Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

                  Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

                  D Offline
                  D Offline
                  DigitalRacer
                  wrote on last edited by
                  #48

                  Can any of these open source solutions be configured to work as a workflow (ECO) system as well as a bug tracker? Right now we are using Problem Tracker (Problem Crapper) for both and think we can do better. Jira has been suggested but I would like to offer up some open source products. Cheerio, DR

                  1 Reply Last reply
                  0
                  • C Christopher Duncan

                    Hey, guys. I may have something coming up where I'll have need for a web based bug tracking system, and given that they're a startup, free / open source is a Good Thing. I looked at Bugzilla since Filezilla is such nice work, but it's Perl / Penguin and I prefer a .NET solution that's more native to the Windows universe. Any suggestions?

                    Christopher Duncan Author of The Career Programmer and Unite the Tribes Coming soon: Got a career question? Ask the Attack Chihuahua! www.PracticalUSA.com

                    M Offline
                    M Offline
                    Martin Richter rMVP C
                    wrote on last edited by
                    #49

                    Maybe you already get a hint to this http://ifdefined.com/bugtrackernet.html[^] I like it. It has evrrything we need, and the development on this project isn't dead.

                    -- Martin Richter (MVP for C++) WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming

                    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