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. Issue/bug tracker recommendations...

Issue/bug tracker recommendations...

Scheduled Pinned Locked Moved The Lounge
helpquestion
22 Posts 12 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.
  • F Franc Morales

    Free issue/bug tracker recommendations for one-dev projects? What do you guys use?

    J Offline
    J Offline
    Jon Sagara
    wrote on last edited by
    #12

    FogBugz On Demand: free for 1 or 2 users http://www.fogcreek.com/FogBugz/StudentAndStartup.html[^]

    Jon Sagara Some see the glass as half-empty, some see the glass as half-full. I see the glass as too big. -- George Carlin .NET Blog | Personal Blog | Articles

    1 Reply Last reply
    0
    • F Franc Morales

      Free issue/bug tracker recommendations for one-dev projects? What do you guys use?

      P Offline
      P Offline
      Pete OHanlon
      wrote on last edited by
      #13

      This topic has been done to death here in the Lounge. Fortunately, somebody had the foresight to save our musings and ramblings here[^].

      Deja View - the feeling that you've seen this post before.

      My blog | My articles | MoXAML PowerToys

      M 1 Reply Last reply
      0
      • C Chris Maunder

        BugTracker.NET is very simple and easy to use. Ignore the source code you get with it though. It's awful. The product itself is great.

        cheers, Chris Maunder

        CodeProject.com : C++ MVP

        C Offline
        C Offline
        ctrager
        wrote on last edited by
        #14

        Hey, I heard that! The code is getting a little better. More stuff in .cs files, less stuff in includes. If think it's funny, though, with the advent of MVC that <% %> imbedded in HTML is back. I had to wait 6 years but it's back!

        C 1 Reply Last reply
        0
        • L leppie

          I have used BugTracker.NET. Although not so pretty, it works well for small teams. There are various other commercial products that offer 'free 5 or less user licenses' that could appeal to you. IIRC, most of those wont allow web facing interfaces for the free versions.

          xacc.ide - now with TabsToSpaces support
          IronScheme - 1.0 beta 1 - out now!
          ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

          C Offline
          C Offline
          ctrager
          wrote on last edited by
          #15

          I'm the author of BugTracker.NET, but if I were doing a truly one person project I'd use the hosted version of FogBugz, just so as not to have to worry about doing the backups. Free for two users. You wouldn't be able to use it for interacting with your customers though. For that, BugTracker.NET. My own personal next choice would be RedMine. I hate the design philosophy of Mantis, which somebody else recommended.

          1 Reply Last reply
          0
          • P Pete OHanlon

            This topic has been done to death here in the Lounge. Fortunately, somebody had the foresight to save our musings and ramblings here[^].

            Deja View - the feeling that you've seen this post before.

            My blog | My articles | MoXAML PowerToys

            M Offline
            M Offline
            Marcus_Idle
            wrote on last edited by
            #16

            But it misses out the killer app - google spreadsheets. Now it takes about 1/4 of the time to log and access bugs (you need a fairly small project, as of course adding notes etc is a limited process, but it's a very cool tool)

            1 Reply Last reply
            0
            • C ctrager

              Hey, I heard that! The code is getting a little better. More stuff in .cs files, less stuff in includes. If think it's funny, though, with the advent of MVC that <% %> imbedded in HTML is back. I had to wait 6 years but it's back!

              C Offline
              C Offline
              Chris Maunder
              wrote on last edited by
              #17

              LOL. I'm busted! Seriously though: everytime I look at your code I think "one day I'm going to give that guy a present. A present in the form of code with no #includes :D But: I also look at the code and think to myself "it works". And that, my friend, is what's important. :beer:

              cheers, Chris Maunder

              CodeProject.com : C++ MVP

              C 1 Reply Last reply
              0
              • C Chris Maunder

                LOL. I'm busted! Seriously though: everytime I look at your code I think "one day I'm going to give that guy a present. A present in the form of code with no #includes :D But: I also look at the code and think to myself "it works". And that, my friend, is what's important. :beer:

                cheers, Chris Maunder

                CodeProject.com : C++ MVP

                C Offline
                C Offline
                ctrager
                wrote on last edited by
                #18

                What version of BugTracker.NET are you using?

                C 1 Reply Last reply
                0
                • F Franc Morales

                  Free issue/bug tracker recommendations for one-dev projects? What do you guys use?

                  F Offline
                  F Offline
                  Franc Morales
                  wrote on last edited by
                  #19

                  Thank you all for the leads.

                  1 Reply Last reply
                  0
                  • C ctrager

                    What version of BugTracker.NET are you using?

                    C Offline
                    C Offline
                    Chris Maunder
                    wrote on last edited by
                    #20

                    2.9.2

                    cheers, Chris Maunder

                    CodeProject.com : C++ MVP

                    C 1 Reply Last reply
                    0
                    • C Chris Maunder

                      2.9.2

                      cheers, Chris Maunder

                      CodeProject.com : C++ MVP

                      C Offline
                      C Offline
                      ctrager
                      wrote on last edited by
                      #21

                      If it's the #includes that you hate the most, here's a line from the release notes for version 2.9.5: * Moved almost all the code out of the old "inc" files. Now, less than 200 lines of trivial code left in the includes. But what you're really missing is the full text search (based on Lucene.NET). Try it at http://ifdefined.com/btnet, the "search text" at the top of the page.

                      C 1 Reply Last reply
                      0
                      • C ctrager

                        If it's the #includes that you hate the most, here's a line from the release notes for version 2.9.5: * Moved almost all the code out of the old "inc" files. Now, less than 200 lines of trivial code left in the includes. But what you're really missing is the full text search (based on Lucene.NET). Try it at http://ifdefined.com/btnet, the "search text" at the top of the page.

                        C Offline
                        C Offline
                        Chris Maunder
                        wrote on last edited by
                        #22

                        Excellent!

                        cheers, Chris Maunder

                        CodeProject.com : C++ MVP

                        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