bug-tracking

Software for managing medium sized projects

So, at my current job we're usually 1-3 developers, 1-2 art directors and 1 project manager on each project, with the smallest ones just being one of each and the larger ones being three developers and two art directors. I'm looking for a software, combination of softwares or some type of service that will allow us to manage our project...

Configure trac for anonymous ticket submissions

The title says it all: How would one configure trac to allow anonymous submission of tickets? ...

Looking for a bug tracking/task management tool...

Hi, Im looking for a free/open source bug tracking tool that doesn't require a database. Any Recommendations? Thanks in advance. RWendi ...

Rules for properly organized bugtracker (Mantis et al)

On a particular project we're working with a total of 10 team members. After about a year working on the project (and using Mantis as a bug-/feature-tracker eversince), the bugtracker gets more and more difficult to use, as no standard has been setup that explains how to create new tasks, how to comment tasks etc. This leads to multipl...

Bug Fixing Time Allocation

We've been asked by a client to give us a time estimate on each and every bug we have. Though we do have a set schedule for bug fixing and have allocated time for it, we don't have a time allocation on each of the bugs we have. Simply, we have prioritized our bugs and have ensured that Highest priority bugs will be fixed in the time all...

Best Version control for lone developer

I'm a lone developer at the moment; please share you experiences on what is a good VC setup for a lone developer. My constraints are; I work on multiple machines and need to keep them synced up Sometimes I work offline I'm currently using Subversion(just the client to a remote server), and that is working ok. I'm interested in ...

Which issue trackers support sub-tickets, and how well do they work for bridging the gap between project managers and developers?

There's a feature that I'd like to see in issue tracking software that just doesn't seem to be all that common, and that is the ability to divide a ticket (bug, feature request, etc) into sub-tasks and view them in a hierarchical fashion, perhaps with some kind of progress bar style report of progress on a particular ticket and its child...

Comparison of Code Review Tools/Systems

There are a number of tools/systems available aimed at streamlining and enhancing the code review process, including: CodeStriker Review Board, code review system in use at VMWare Code Collaborator, commercial product by SmartBear Rietveld, based on Modrian, the code review system in use at Google Crucible, commercial product by Atlass...

Can I browse other people's (Apple) bug reports?

When I log into the Bug Reporter tool that Apple has, I can only see my bugs. I normally like to search the system to see if other people have filed a bug before posting, but I can't see any way to do this. I can only see my bugs, and post new bugs, but I can't see any way to browse or search the whole bug system. Is this an Apple restr...

non-database field on ClearQuest form

Is there a way to use form fields that does not correspond to database field for temporary processings? I.e. I want to add: temp fields item1, item2 database field sum button with record hook that sets sum = item1 + item2 ...

Bug number comments

Why would you add //Bug 1024 comments into a source controlled code base? Most bug tracking and source control systems are better equipted to keep track of this information. In source control, a label or comment can be used with the checkin. In a bug tracker the revision number can be added to the bug's resolution. So why comment...

How can one create package for ClearQuest?

I am modifying ClearQuest database schema and I wonder is there a way to create a package for future deployment. If there isn't what are best practices for tracking and deployment of schema modifications? ...

Eclipse as IDE + Mercurial for version control + ? Bug tracking = Good idea?

Hi, For a new Java web project I thought about using: Eclipse as IDE Mercurial for version control Some kind of bug tracking software I have heard of bug tracking software where you can tie a change to an unresolved bug when you check it in. I haven't used any such solution myself, but it sounds good. Are there any good bug tracking...

What is the best free Java based bug tracker?

For internal development team I'm looking for a bug tracker. Important requirements are: Free (must have) WAR/EAR-deployable (must have; support team prefers to have all apps deployed same way) Nice UI (nice to have) UPDATE Since I wrote this, Atlassian has introduced a $10 (ten, not ten thousand!) version of JIRA for 10 developers...

trac and svn (tortoise) - "Issue Tracker Plugin" - ( yes, yet another svn and trac question)

I would like to be able to "get information from the issue tracker" as described in the section "Getting Information from the Issue Tracker" at: http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-bugtracker.html (display a dlg box to the user when they start a commit action in svn so they can choose form a list of issues assign...

Tracker tool in Sourceforge

I am implementing a project on sourceforge. I want to know if any of you have used the tracker tool in sourceforge project hosting site. How does it compare to trac/bugzilla? In case I want/have to use trac, do I have to host it myself? Or can I use some other online hosting? ...

Free Bug Tracker in .NET

Is there any good bug tracker based on .NET which is free? ...

Assembla: Do you like Trac tickets or Assembla tickets and why?

I am a single developer just getting started with open source web dev (Python/Django). I signed up for a free Assembla.com account but I really don't know whether to use Trac ticketing or Assembla integrated ticketing. I have setup spaces for both to try them out, but it seems like I would need to use them for a while before I saw clear ...

Any suggestions on a Trac "whine" like bugzilla?

Has anyone implemented functionality (within trac or using external tools) to get the functionality of the bugzilla "whine"? (a report(s) run and the results emailed periodically - basically I want a weekly reminder sent to each assignee with a list of their open issues. ...

Are there any good Issue Tracking systems that can track git commits/branches

Are there any good issue tracking systems that can track issues on git commits/branches? ...