473,773 Members | 2,398 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bug tracking software.

UJ
We've got a small team (about 5 people) and we'd like to track bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff
Dec 7 '05 #1
13 1921
Do a search over at sourceforge.net . There are several offerings there for
ASP.NET.

Also, at ASP.NET there is a starter kit called something like "issue
tracker" that is very easy to set up and use for small groups.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"UJ" wrote:
We've got a small team (about 5 people) and we'd like to track bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff

Dec 7 '05 #2
UJ
Thanks. Unfortunately that one requires .Net 2.0 which we haven't gone to
yet. Anything around for 1.1?

J.

"Peter Bromberg [C# MVP]" <pb*******@yaho o.nospammin.com > wrote in message
news:25******** *************** ***********@mic rosoft.com...
Do a search over at sourceforge.net . There are several offerings there
for
ASP.NET.

Also, at ASP.NET there is a starter kit called something like "issue
tracker" that is very easy to set up and use for small groups.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"UJ" wrote:
We've got a small team (about 5 people) and we'd like to track
bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff

Dec 7 '05 #3
Take a look at
http://btnet.sourceforge.net/bugtrackernet.html
"UJ" <fr**@nowhere.c om> wrote in message
news:eO******** ********@tk2msf tngp13.phx.gbl. ..
Thanks. Unfortunately that one requires .Net 2.0 which we haven't gone to
yet. Anything around for 1.1?

J.

"Peter Bromberg [C# MVP]" <pb*******@yaho o.nospammin.com > wrote in message
news:25******** *************** ***********@mic rosoft.com...
Do a search over at sourceforge.net . There are several offerings there
for
ASP.NET.

Also, at ASP.NET there is a starter kit called something like "issue
tracker" that is very easy to set up and use for small groups.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"UJ" wrote:
We've got a small team (about 5 people) and we'd like to track
bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff


Dec 7 '05 #4
Bugzilla is what we use, it's fast and free and web based - we also use
it for a company of around 120 people but i've used it for my own
personal stuff that maybe 3-7 people were using. Works great

~Benny

UJ wrote:
We've got a small team (about 5 people) and we'd like to track bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff

Dec 7 '05 #5
This one looks pretty good as well...free for less than 10 users:
http://www.countersoft.com/Default.aspx

"Derrick" <de***********@ hotmail.com> wrote in message
news:JI******** ***********@new s20.bellglobal. com...
Take a look at
http://btnet.sourceforge.net/bugtrackernet.html
"UJ" <fr**@nowhere.c om> wrote in message
news:eO******** ********@tk2msf tngp13.phx.gbl. ..
Thanks. Unfortunately that one requires .Net 2.0 which we haven't gone to
yet. Anything around for 1.1?

J.

"Peter Bromberg [C# MVP]" <pb*******@yaho o.nospammin.com > wrote in
message news:25******** *************** ***********@mic rosoft.com...
Do a search over at sourceforge.net . There are several offerings there
for
ASP.NET.

Also, at ASP.NET there is a starter kit called something like "issue
tracker" that is very easy to set up and use for small groups.
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"UJ" wrote:

We've got a small team (about 5 people) and we'd like to track
bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff



Dec 7 '05 #6
UJ wrote:
Thanks. Unfortunately that one requires .Net 2.0 which we haven't
gone to yet. Anything around for 1.1?


I think there was also a version for .NET 1.1.

Cheers,
--
http://www.joergjooss.de
mailto:ne****** **@joergjooss.d e
Dec 7 '05 #7
UJ
There may have been a version but I can't find it on the Microsoft Web Site.

J.

"Joerg Jooss" <ne********@joe rgjooss.de> wrote in message
news:xn******** ********@msnews .microsoft.com. ..
UJ wrote:
Thanks. Unfortunately that one requires .Net 2.0 which we haven't
gone to yet. Anything around for 1.1?


I think there was also a version for .NET 1.1.

Cheers,
--
http://www.joergjooss.de
mailto:ne****** **@joergjooss.d e

Dec 7 '05 #8

I love Trac (http://www.edgewall.com/trac)

You could use it for just bug tracking, or you could use it as a
development project tool. It has a wiki, Subversion source control, bug
tracking, timeline, and roadmap -- all integrated!

It is open source, too!

--Brian

UJ wrote:
We've got a small team (about 5 people) and we'd like to track bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff

Dec 7 '05 #9
UJ wrote:
We've got a small team (about 5 people) and we'd like to track bugs/features
of our software. We'd like a web based solution and free if possible.

Anybody got any suggestions?

TIA - Jeff

not free, but not expensive and great:
http://www.fogcreek.com/FogBugz/index.html

it is cheap, simple and extremely powerfull.
Dec 7 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2766
by: Simon Wigzell | last post by:
I'm looking at the various free and paid website traffic tracking options available. None seem to do quiet what I want and the rest are too expensive. I'm already using asp with an sql database on my site so I'm thinking how hard could it be to program my own traffic tracking? Anyone have any ideas or better yet code! for such a thing? Thanks.
10
1843
by: Kevin Newman | last post by:
This may be the wrong place to ask for this, but does anyone have any suggestions for good collaborative bug tracking software? Something PHP, ASP, or ASP.NET based would be fine - but bugzilla seems way to hard to set up, so I'm actually looking for an alternative to that. If I need to justify this post, I would say that I will use this to track the issues related to various javascript related projects ;-) So what do you guys use?
1
1690
by: Annette Massie | last post by:
Does anyone have a solution for tracking hardware, os and office products for their organization? We are looking for a way to track this information and then assign it to an employee and track its life through our organization until its death or sale. I would like to write something in Access to accomplish this, but would like to know how people handle this process physically. Do you use bar codes, do you just enter...
2
2672
by: | last post by:
Hi!!! I'm looking for an ASP.NET bug tracking web application. ´ Or some others that are based on the web. What kind of bug tracking applications used Microsoft to track bugs? Or what kind of web based bug tracking application would you suggest me? best regards, gicio
1
2010
by: DDK | last post by:
Does anyone know if there are any books that talk about building a website tracking program for asp.net and C#? Or even any good resources on the web that talk about this. Thanks for any info, D.
2
1239
by: PontiMax | last post by:
Hi, I was wondering if you could recommend a nice bug tracking software? Ideally, the software should be based on asp.net since this is the technology I'm involved with most of the day. And it would be even better if it were an open source/freeware solution... ;-)
2
2140
by: Shaw | last post by:
We develop ASP.NET based web application for a while, and don’t have defect (bug) reporting and tracking system for development right now. We consider using defect report and track software. There is tan of similar software there, but we don’t know which one is good enough and not costs us much. So we want to listen your experiences. We have very limited budget (public school), and can not spend more than few hundreds dollar on this...
10
1598
by: CJ Taylor | last post by:
Hey anyone know of a good (and possibly even low cost) bug tracking software? Preferably web based... -CJ
5
1681
by: M.Siler | last post by:
If we didn't want to track bugs via email or paper forms is there an incident tracking type product that would permit us to track the following: The probelm the tested found Which version of the code it was in The ability to attach a screen shoot of the error The ability to assing a priority of the problem The ability the problem to be assigned to a developer The ability for the developer to indicate when the problem has been fixed and...
0
9621
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10264
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10106
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10039
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8937
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7463
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6717
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4012
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2852
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.