bug-tracking

Bug tracking that works with Google Apps?

Are there any hosted bug tracking systems that work natively with Google Apps for authentication, notification services, etc? ...

I keep hearing there are tons of bug trackers, but not so many build in .net

Hi, Yes there are tons of bug trackor applications to buy, but being a .net shop, and always leaning towards purchasing .net build products, I don't see that many options when it comes to bug trackers. From the top of my head I can only think of 2, axosoft and gemini. What else is out there? Am I alone here or do most other .net shop...

Are there any GTD apps that sync with any of the common bug tracking apps?

I'm trying to decide on a GTD app. Does anyone know of one that automatically syncs with Trac or, better yet, FogBugz? My suspicion is that none does. Which leaves me with writing a script that does it for me. Things stores its data in XML, but the contents of the tags are all binary, which makes writing a script nigh impossible. Om...

Bug tracking best practices

In my company, these rules apply: Only testers are allowed to create issues. Developers must send e - mail a tester to have them create an issue. Developers send e - mail to technical lead for having him assign an issue to themselves for issues they think they can resolve. A developer cannot assign an issue to another developer (Must s...

Desktop interface to Lighthouse?

What desktop applications are there that sync with Lighthouse Issue Tracking site/service? Why? Desktop applications have infinitely better keyboard shortcuts, offline caching, and other things that absurd amounts of Javascript can only hope to achieve! I'm using Mac OS X, but answers for Windows/Linux (and iPhone, or cross-platform cl...

Where can I find the graph of TeX's error log?

In Donald Knuth's Literate Programming, there was if I remember correctly a graph showing the evolution of TeX's number of bugs over time. This graph has remained flat for the past decade or so, suggesting that TeX might now be bug-free. I would like to use this graph to illustrate the importance of bug-tracking software. Is it download...

Feature or Bug Syndrome or How to use my bugtracking software for project management?

I started using FogBugz as my project management tool. So I keep adding bugs and new features to it. The problem is FogBugz doesn't support subtasks for features, therefore I'm ending up adding all steps of implementing a feature as a text into the description box. But so far this is quite inefficient in many ways. It's not clear "what ...

How does one successfully open a Java bug if Sun doesn't respond?

I attempted to open a Java bug last Halloween. I immediately got a response that my submission was accepted, and have heard nothing since. Looking at Sun's web pages, I can't found any contact information where I can inquire. Almost two weeks ago I made a post in the Sun forums in what appears to be the most appropriate area and have ...

About jtrac

I'm new in jtrac,i don't know how to use the escallation in jtrac. I want know the clear information about escallation part. in that escallation part,within time the user can't respond means i receive a mail. so,in jtrac i want the information. Plz send me the details about jtrac in escallation part. ...

Are there any other bug/issue trackers than TFS itself that integrates with TFS SCM?

We currently use BugZilla for bug/issue tracking, but are looking for other solutions which hopefully fits us better. One of the features we really would like is integration with both SVN and TFS, as we use both internally (java folks use SVN, .NET folks use TFS), but I have yet to find any who does both. Many do integrate with SVN, but...

Automatic bug collection from PHP/apache server code

It is painful to fish out things from apache error_log. Does anybody have pointers to some better error collection mechanism. Something like what is described in "Using FogBUGZ to Get Crash Reports From Users - Automatically!", but for a PHP/apache webapp More specifically, some mechanism to hook the errors that is thrown by PHP to some...

Minimal hosted bug tracking

We are a small businesses with limited time to do this ourselves. Can anyone recommend a good (cheap, preferably) hosted solution for simple bug tracking? Right now we have three products that needs bugtracking. All we need is Allow customers to submit bugs Assign bug Show status of bug Automatic send email to customer when bug status...

Which BugTracker have image upload/attached using Eclipse IDE?

I've tryed mylyn but i cant find that feature, if anyone have test mantis or bugzilla, please tell me if one of those have that option. Thanks! have to attach code source and show task and assign it to developers. ...

C#: Safely send bug report from a program

I would like my program to email me a bug-report when it fails. Is there any way of doing this... safely? I have found I can use System.Net.Mail MailMessage and SmtpClient and such, but of course, I will have to provide a username and a password to it (unless someone knows of one that doesn't need it?). And putting that in code I find a ...

How important is a bug tracking tool for a lone developer, and which one along with a VCS should I look at?

This might be a stupid question, but if I'm a lone developer and only ever going to be working off of my development laptop, how important is using bug tracking software? I am currently debating between using Subversion or SourceGear Vault as my VCS of choice, and SourceGear has an integrated bug tracker (Fortress) while the Subversion ...

How can I hide a work item field from some users in TFS 2008?

I'm customizing work item templates in TFS 2008 through the PowerTools and I'm wondering is it possible to hide a field (or it's value) for certain users? For example, let's say I open TFS to my clients so they can submit feature requests. I'd like them to see the work item created, to see the history, changes etc. but I'd like to keep ...

Need recommendation for Bug Tracking and Resource Scheduling software

I am looking to evaluate a two tools. I am looking for a resource scheduling tool, which we need to use to schedule time on different lab equipment, and a bug tracking tool, which is for internal use to track bugs (obviously). I was wondering if there is a tool that combines the two tools. Also, with regards to the bug tracking softwa...

Open source project with bug tracking?

I'm looking for a open source projects of a decent size (30K+ LOC) that have a bug tracking system which details the specific changes in the code required for each fix, preferably down to the line number. The project and the bug tracking information would need to be avaliable me to be of any use. This is for research into various metric...

Bugzilla: Set permissions to make a product readonly for all users.

Hi, i am using a single instance of Bugzilla for issue tracking in multiple projects. Some of my projects are restricted to be visible only to a single group of people while other projects have to be ready-only for everybody (even if they do not have a user account in bugzilla). Submitting bugs should always only be possible for authent...

Plugin for Tortoise SVN get Redmine's issue list, plugin in Delphi

I downloaded tortoise plugin samples, but I don't know how to implement it on Delphi. I have successfully compile C# sample, and use it on a repository, but my knowledge in C# for general development is poor. In other hande, I don't know how to start creating that plugin in Delphi, but after that I think would be easy for me. I want to...