issue-tracking

How to mark an issue as resolved from the commit log?

I noted that in BiBucket.org when your commit log contains a number like #12 this number is linked to the bug number 12. I found this feature interesting, and I wonder if there is any keyword that would allow me to mark the issue as resolved from the commit log instead of going to the web interface each time. If bitbucket.org doesn't d...

Hosted bug tracking system with mercurial repositories (Summary of options & request for opinions)

The Question What hosted mercurial repository/bug tracking system or systems have you used? Would you recommend it to others? Are there serious flaws, either in the repository hosting or the bug tracking features that would make it difficult to recommend it? Do you have any other experiences with it or opinions of it that you would lik...

Why would anyone create an issue via commit log?

I was studying SCM/Bug tracker integration when I found that it is not only possible to close and modify issues from the commit log, but it is also possible to create them. But since the commit log is for code changes, I don't see why anyone would modify the code to create an issue. Please cite one scenario where this is justifiable. ...

What headaches should I expect from using Trac?

No tool is perfect, and I'm about to start several long-term projects using Trac, and wanted a heads up of the kinds of problems I may or may not experience with it. In other words, Trac meets my needs in the short term, and I've already made the decision to use it, but I want to know what to expect down the road. I am not looking for: ...

Would you use VersionOne also as issue-tracking system (aka BugZilla)

Hello, Within our Agile / Scrum team there is the idea to start using VersionOne as the project planning tool. My question is, can it also handle the issues (defects; new feature requests; improvements; patches) that come in? Meaning can it also replace a issue-tracking system like BugZilla? In a issue tracking system, many people (deve...

Securing trac from anonymous users?

I have set up trac on my domain for issue tracking. How to I configure it so that when anonymous users visit the domain, ALL they see is a login form. Basically I want 2 security levels: anonymous - visitors only have access to a login option users (i.e. everybody else who has logged in) - have access to everything Thanks! ...

What low cost/no cost bug tracking system do you use?

Possible Duplicate: Free/Cheap Task/Bug Management software I'm on a four man dev team. I've managed to persuade my manager that we need a bug/issue tracking system. I've been playing with FogBugz for a while, but he isn't prepared to pay 100USD/month for it. Ideally it would link into our Version control system (currentl...

Are there .NET development tools out there that can help serve as a data issue reporter and tracker?

Hi all, I need to build a system that generates reports on data exceptions (e.g. this value is stale because it hasn't been updated in x days). Once they have a daily report on data quality issues my users would like to have a bunch of filtering capability (with customizable public and private filters) and then be able to categorize and...

Finding which files were "FIXED"and how many times between two specific date by using Trac?

I need to find out that how many times and which files are fixed or changed due to a bug between two specific dates in an open source project which uses Trac. I selected Webkit project for that purpose. (https://trac.webkit.org/) However, it can be any open source project. What can I do for that? How do I start? Do i have to use versio...

.NET bug/issue tracking system with Mercurial support

I'm looking for a opensource bug/issue tracking system with support for Mercurial. It has to run on IIS 6.0, so it would be nice if it was written in .NET. Do you have any experience with such software, and anything you can recommend? Edit: Has to run on MSSQL aswell. ...

Is there a free, small-scale, not web-based issue/bug tracking system?

I know, there were posts before here on SO before concerning issue or bug tracking systems, like this one, but the given answers point either to commercial systems or web-based systems, which both seem to be oversized for our needs. What I am looking for is a non-commercial tool for a team of 3 to 4 developers, which can be used on an e...

Requirements of an issue/bug tracker

I've been looking at various issue/bug trackers available on the net. There are some very good ones, but I'm unable to use them as my server does not support Perl/Ruby (for example), I'm not too bothered however because I am able to write code in PHP and as such would prefer something in that language. So I've taken it upon myself to wr...

How to track a projects extraneous quirks

Hello, It's possible that the answer to this question may just be standard bug tracking software like jira or fogbugz, but I'm kind of hoping someone out there knows a better system for what I'm describing. My most current project is requiring a lot of setup quirkiness to get into a position where I can actually start a coding section. ...

Building an Issue Tracker Plugin for TortoiseSVN

I've read a lot about IBugTraqProvider interface and implementing an issue tracker into the commit dialog of TortoiseSVN. IBugTraqProvider is written here. Is there a more simpler way not to do it, building the plug-in and installing it on TortoiseSVN. The Document is not that clear that a developer can create its own plugin. I'm work...

Sparxsystems Enterprise Architect and issuses/tasks tracking system?

We (developement team 4 upto 7 people) use Sparxsystems EA for requirement analysis, modeling etc. Do you know any well-working methods to use EA and some task/issue tracking system like Redmine/Mantis/Trac ? The problem is not to duplicate functionality (there are issues/tasks/changes in Redmine and EA) but to have some user friendly ...

What Issue Tracking System to select?

What Issue Tracking Sytem is the most appropriate for fast, big, multilingual and international websites? The system has to handle both technical and content/editorial issues. What's the size and type of your site do you run? Whart System are you using for the keeping it state of the art? Thanks a lot for sharing your good or bad expe...

Are there built-in issue tracking and task management in IDEs that integrate into SourceForge, Google Code, etc?

Hi, This question may not be exactly programming related, but this is about development. I have been trying to find IDEs that support JIRA/Bugzilla so that I could simply integrate the IDE with SourceForge. I do not like to refresh my browser to see issues, bug reports, security problems, etc. I would like to send issues, resolve issues...

Web Issue Tracking & Project Management that Can Tie into SVN?

I'm looking for an alternative to redmine but with very similar features. Project Planning and Overview Works with SVN Issue Tracking Wiki & Document Management We like the style of BugNET but it lacks some more advanced features that redmine has. Anything in between? ...

Good hosted sites to manage quality testing?

Basically, I would like to manage quality testing with an issue management system focused on quality testing? I can't use the typical issue management system such as Lighthouse, FogBugz because each test is written as a ticket and 20 to 30 tickets need to be duplicated (w/ no history) every time we start a quality cycle. Do any (hosted) ...

Integrate SalesForce with IntelliJ IDEA via SVN

Is it possible to integrate Issue tracking provider such as SalesForce with IntelliJ IDEA? A user will able to get a list of open issues from SalesForce with IntelliJ ? thanks. ...