473,587 Members | 2,527 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bug Tracking Database

Can you help me find a free, easy to setup and easy to use bug tracking
database?
I tried to run Bugzilla but it is a nightmare.
I needn't have full features, only the ability to sumbit a bug and change
its stauts would suffice.
Thanks in advance.
Feb 6 '07 #1
5 1375
Hello Shehab,

Mantis, AQ Dev Team

SKCan you help me find a free, easy to setup and easy to use bug
SKtracking
SKdatabase?
SKI tried to run Bugzilla but it is a nightmare.
SKI needn't have full features, only the ability to sumbit a bug and
SKchange
SKits stauts would suffice.

---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Feb 6 '07 #2
Can you give me the URL of the web site/product?
I have searched and can't find it.

"Michael Nemtsev" wrote:
Hello Shehab,

Mantis, AQ Dev Team

SKCan you help me find a free, easy to setup and easy to use bug
SKtracking
SKdatabase?
SKI tried to run Bugzilla but it is a nightmare.
SKI needn't have full features, only the ability to sumbit a bug and
SKchange
SKits stauts would suffice.

---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Feb 6 '07 #3
Theres one at asp.net, and it comes with source code

http://www.asp.net/StarterKits/White...Whitepaper.htm

Regards

John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Shehab Kamal" <Sh*********@di scussions.micro soft.comwrote in message
news:82******** *************** ***********@mic rosoft.com...
Can you help me find a free, easy to setup and easy to use bug tracking
database?
I tried to run Bugzilla but it is a nightmare.
I needn't have full features, only the ability to sumbit a bug and change
its stauts would suffice.
Thanks in advance.

Feb 6 '07 #4
Hello Shehab,

http://www.mantisbt.org/
http://www.automatedqa.com/products/aqdevteam.asp

SKCan you give me the URL of the web site/product?
SK>
>Mantis, AQ Dev Team

SKCan you help me find a free, easy to setup and easy to use bug
SKtracking
SKdatabase?
---
WBR, Michael Nemtsev [C# MVP]. Blog: http://spaces.live.com/laflour
team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
Feb 6 '07 #5
Hi,

try mantis (open source) http://www.mantisbt.org/
or woodpecker issue tracker (commerical) http://www.woodpecker-it.com/en/
or take a look at www.issue-tracking-software.de with a lot links to
commercial and open source issue tracking tools.

Regards Morle

Mar 2 '07 #6

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

Similar topics

3
2427
by: Shanfeng Cheng | last post by:
I write a piece of code to tracking the number of clicks on a link each day. The link usu. gets about 3000-6000 clicks per day. I just store today's click count in a one-line text file, like, 01/07/2004 1234 The first field is the date and the second field is number of clicks. I just read the current count, increase by 1 and then write...
1
2755
by: marslee | last post by:
I am a php newbie. I would like to count how many times a user visit a webpage. I know session tracking should be used, but where i put the code? Is it inside the html that the user visit? session_start(); if (!IsSet($page_number)) $page_number = 1; print("You have now visited $page_number"); print(" of pages <br />");
1
2756
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.
11
3434
by: hawkon | last post by:
Hi all, I have an important question to ask about how to trap events when the user close the browser window. I'm a ASP programmer and I have s MSSQL database with a user table where I'm able to track if the user is logged in or not. However this is not easy to track if the user close the browserwindow without using the logout button. I have...
5
5344
by: byrocat | last post by:
Sybase and DB2 both have the capability of tracking user activities at a number of levels: invalid access attempts to databases, table, etc.; creation/deletion/modification of database objects/users/groups, grants/revokes. For MS SQLServer, the only setting that I've seen in the documentation is access attempts (none, fail only, etc.) ...
2
1647
by: Arsen V. | last post by:
Hello, Did anyone have some experience with the following: 1) Need to track high volume of impressions - 20,000,000+ per day 2) Backend is SQL Server 2000 3) Webfarm of IIS with ASP.NET 4) Need to track the data as follows: DATE, TIME (resolution should be 1 hour), ID, NUMBER OF IMPRESSIONS, SOME OTHER COUNTS
7
1791
by: Mike McGavin | last post by:
Hi everyone. I'm searching for a quick and dirty way to have psql record the SQL statements that I enter, especially those related to the database structure. My main motivation is to help keep what will probably be a production server up-to-date with my development server. I've thought a little about replication, but the current options...
1
5953
by: kasterborus | last post by:
Hi, My client is using the UBB Threads forum and I was recently asked to look into adding the ability to track the activity of each of the users to see who is more active than others. Users are identified by a cookie. Now can this be done at the server level somehow? Or would it be easier to include a tracking function in each page that...
2
1719
by: C# programmer | last post by:
Hi All, I'm working on a project which requires tracking of recent document downloads. There is a feature in which user can download the docs without logining into the website for some of the clients. While for other clients user has to log into the website to download docs. We used to create dummy/fake accounts(in sql server) for client...
3
2508
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow Runtime>.AddService(trackingService); trackingService.IsTransactional = false; trackingService.UseDefaultProfile = true; This works just fine.
0
7918
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...
0
8206
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. ...
1
7967
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...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5713
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...
0
5392
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...
0
3840
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3875
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1185
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...

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.