bug-tracking

How do you maintain a community change log?

Hi everyone, I'm looking for a change log / features request program my client can use to see where I am at with the development. Trac looks sexy (http://trac.edgewall.org/) but too complex for what I need. Very simply, the client needs to be able to order tasks and for us to be able to sort them and keep a record of everything that i...

Which bugtracker works best with Eclipse's Mylyn on Windows server?

I have a Windows server running Subversion internal server (1 window service per repository on a port). I'm planning to add a bug tracker so that I can use Mylyn on eclipse effectively. Bugzilla? Seems hard to install on Windows Trac? Does it work well on Windows? Thank you ...

Developer-Client task and bug tracking solutions?

I have a small software project with a couple clients. What I'm looking for something with the following abilities: clients can submit feature requests, bugs, or tasks clients can see the status of open and closed issues clients can see a change log a place for me to post updates or news Nice to haves: clients can only see the iss...

FindBugs and Maven

I would like Maven to generate a FindBugs report where the bugs are grouped by severity, not by file. Then I would be able to focus on the most serious bugs immediately. I have seen similar functionality with the FindBugs plugin for Eclipse. Is this possible with Maven? ...

How to batch update multiple workitems in TFS

I need to update same field to same value for hundreds of workitems in TFS. Is there any way to do it in a batch instead of updating them manually one by one? ...

Simple non-web based bug tracker

There's a ton and and a half of questions and even more answers here concerning people looking for bug trackers. However all of them (that I found) seem to be about web based solutions. Since I'm working on a local project where I don't want to set up a web / DB server, and I don't want to use a hosted tracker either, I'm looking for som...

Bug Tracking for Windows and SVN

I'm working as part of a volunatry team creating an open source product with a permissive license. We are currently using Visual SVN Server/TortoiseSVN for source control and TeamCity for our continuous integration builds. I would like to add a bug tracking component into the mix that will integrate into SVN. Ideally, I'd like to use Fo...

What are the best strategies to debugging SSRS?

I am looking for ways to track down where an SSRS error is occuring. I have a report that is about 90 columns wide with multiple formulas. The problem that I am having is that on one of the formulas there is a divide by Zero error. I have implemented the answer from Robert Harvey in this question but I still get the error. I know th...

Check out files modified outside VS from TFS

If a file is modified in Visual Studio, the files are automatically checked out from Team Foundation Server. However, sometimes there are files not modified in VS, is there command to check out those modified files only? ...

Looking for SVN and bug-tracker recommendations

Hi, We are starting now a new software project. We are 5 developers, located in US and Asia. We have a server hosted in the US and we plan to use it. We can set a SVN repository on it. It's a Linux server. Below please find our requirements: 1. Windows good client. We develop on Windows (VisualStudio). 2. Private working-space on Windo...

How do I change the default landing page in a Trac wiki?

A default Trac installation will display the WikiStart page as its home page. I'd like it to display another page. How do I do that? I was unable to find anything with Google, as any request with "Trac" in it will return links to every opensource project that uses Trac. ...

Accept Certificate for SVN from BugTracker.Net

I'm trying to integrate SVN with BugTracker.NET. On the page that accesses SVN I get the error "Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted". I'm using VisualSVN Server for the SVN server. ...

Unit test Bug Tracking

During the process of building software applications, you would start testing what you have built in stages even before it is complete and you could start seeing issues/bugs. How do you track them, Do you use your regular bug tracking tool to add them as issues(waste of time - since it is a work in progress), just have them in your head ...

TFS work item query by linked worked items?

Let's say I have a bunch of bugs (work items) that are all linked one work item. How can I right a work item query to fetch the list of all bugs linked to a specific work item? I can see the list of linked bugs when I look at the specific work item but I'd like to be able to create a query for this. Thanks! ...

Free SVN and Bug Tracking systems for Closed-source project

I'm working on a project, and we're gonna need some better tools as it's hard sharing over IRC or email. We have a blog and forum, for public use. The bugs go through the forum first, then we approve them. Once they are approved, it goes in the bug tracker, where we can post patches. Also, SVN is used for easy file sharing for the app, l...

Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?

I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create cases directly using the information that is right in front of me (rather than cutting and pasting into a web browser, etc). I see that N...

Mantis: What do I change to auto-display attached images when viewing issues?

I apologize if this is not the correct site for this question. There can be arguments to put it on superuser, serverfault, or stackoverflow... I posted it here because source code control is so programming-oriented and it's a code-tweak. I am able to upload images to mantis issues. I'd like to tweak the mantis code or config to auto-di...

Open-Source bugs tracking system?

Possible Duplicate: What bug tracking software do you use? Better than BugZilla open-source based bugs tracking system? I need a platform that supports a rich API (especially for PHP), unlike what BugZilla provides. :S ...

Do you employ any tools for managing technical debt?

The site I work with on a day-to-day basis has its share of shortcomings and we often make design decisions to "get us by right now" with the intention of fixing those up later. I've found that making the time to actually go back and fix them, let alone remembering what the full list of to-do items is can be challenging at best. Can yo...

How does bug tracker/version control integration work with typical git workflows?

Here's are examples of git workflows: http://wiki.github.com/bard/sameplace/typical-git-workflow http://www.nabble.com/Git-workflow-overview-td16340337.html http://osteele.com/archives/2008/05/my-git-workflow Let's say you wanted to take advantage of bug tracker integration with your version control system. Where/how would that f...