Tagged Questions

Issue tracking refers to managing of tasks and problems in (software) project.

learn more… | top users | synonyms

26
votes
5answers
2k views

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 ...
18
votes
3answers
2k views

How do you attach a new pull request to an existing issue on github?

I'm not sure, but I have a vague memory of creating a github pull request with "Issue 4" or something in the title, and it automatically attached itself to Issue 4 in the project that I was submitting ...
18
votes
13answers
3k views

What's the difference between a bug tracking and an issue tracking system?

I'm looking for both an explanation of why and when you would use each system and what features differentiate a bug vs. issue tracking application.
10
votes
2answers
2k views

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 ...
10
votes
15answers
1k views

Recommend public bug tracking system for small project

I work on a web site with only a few other programmers. We've been using Fogbugz for issue tracking, and while we like it, it is expensive, and isn't exactly suited to our needs--we'd really like the ...
9
votes
3answers
705 views

Distributed issue tracker for git with usable Eclipse Mylyn support?

I'm using git for version control but I'm currently lacking a good issue/bug/ticket tracker with Eclipse Mylyn integration. The features I'm looking for: Open source implementation (so that I can ...
9
votes
4answers
616 views

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 ...
8
votes
2answers
492 views

How can I integrate bitbucket.org's Issues with issue tracking in TortoiseHg?

I can not find any documentation for this - is it possible?
8
votes
8answers
556 views

One Man Driven Project Management, Customer Management, Help Desk, and Issue Tracker (bugs)

I am a single person with a pretty large client base. I am currently doing everything via email and basically losing my mind. I am curious if anyone out there who freelances AND maintains their ...
8
votes
2answers
434 views

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 ...
8
votes
4answers
1k views

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 ...
7
votes
14answers
479 views

How can I make my relationship with QA less adversarial?

Throughout my career, I've had varied amounts of success getting along with QA. I admit that I can take bug reports personally, but usually when they're crafted in a freeform style that is worded more ...
6
votes
1answer
521 views

TFS process guidance template lock-in?

My team is looking to migrate many of our tools (SCM, bug-tracking, builds, testing) to TFS. We're considering moving each system in stages. For example, move source control first, bug/feature ...
6
votes
5answers
378 views

How to build project's knowledge base?

The problem we have now in our team is that sometimes, when you need to start with different module/component you need to spend huge time amount for reviewing and understanding this part. How it ...
5
votes
2answers
489 views

Open source project management software similar to Fogbugz?

I'm looking for an open-source project management and issue-tracking tool with features similar to Fogbugz, well, specifically with a clean, easy to use UI. I've been looking around but can't seem ...
5
votes
4answers
162 views

How to track a projects extraneous quirks

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. ...
5
votes
4answers
2k views

Jira: “Relative of” vs “Related to”

In Jira, linking items together is easy and useful. For example, you can clone an issue easily: Create issue 100, clone it to 101. 100 then shows "this issue has a clone: 101" and 101 then shows ...
5
votes
3answers
269 views

Life Cycle Tools Suite

I am looking to replace the life cycle tools currently used by my development teams. Tools that I'm looking for: Version Control Defect/Issue Tracking Requirements Tracking Test Case Management ...
4
votes
2answers
305 views

Can a ticket be moved through a JIRA workflow when creating a Crucible review?

We have a JIRA setup, integrated with Crucible/Fisheye, and with a workflow step called "Under Code Review". Right now developers create a code review, and that's linked to the JIRA ticket ...
4
votes
1answer
795 views

Which open source, extensible, potentially easy to use issue-tracker? redmine, trac, bugzilla, mantis, RT?

Looking for an issue tracker for a medium-sized web application open project with a distributed team. We are planning to run this on our own server. It must be very easy for new users to submit new ...
4
votes
1answer
720 views

Is there a redmine plugin to create multiple issues at once?

Redmine has a nice batch edit feature, but nothing equivalent for "batch create" (please correct me if I'm wrong!) FogBugz lets you quickly create multiple tickets with the same properties (type, ...
4
votes
9answers
1k views

Which SCM and Issue tracker to use for personal work?

I am planning to bring some "peace" (you may call it organization) to the personal work (small projects, etc.) I do at home. I would like to use a SCM and an issue tracker which can capture the ...
4
votes
9answers
899 views

What's a good ticketing system for Windows+SVN?

Anyone have a ticketing system they like and recommend for developers in a Windows environment? Note, we're not using TFS. We're using Tortoise Subversion. We're in a Windows environment. I don't ...
4
votes
5answers
413 views

Issue tracking applications that subdivide issues into (sub)tasks?

I am looking for an issue tracking application, which has two levels in its task hierarchy. This is because I find myself very often creating informal "TODO" lists within my issues. It seems to me ...
3
votes
1answer
135 views

Manage issues from Bitbucket/Github with desktop application

I really love using Bitbucket or Github however I am often offline and unable to access the their issue pages for my projects. Recently Github release a Mac desktop application which allows to manage ...
3
votes
2answers
151 views

JIRA - Send email to anonymous user

I'm trying to figure out a way to send an email to an anonymous user when one creates an issue through the email. What I need is for this anonymous user to receive a notification email when the issue ...
3
votes
3answers
133 views

Does it ever make sense to have multiple assignees for an issue in an issue tracker?

I've been a JIRA and Bugzilla admin in past jobs, and have quite often had users ask for the ability to have more than one assignee per issue. I know this is possible in JIRA, but to my mind it never ...
3
votes
1answer
285 views

How to export Trac to Github Issues

We use Trac for an open-source project I'm working on. I'd like to export all of our open tickets to Github's Issues. I've found a couple small scripts that might do it, but I was wondering if anyone ...
3
votes
2answers
362 views

Mantis and Redmine, which one is better for issue tracking?

I consider to use Mantis or Redmine to manage projects. (Issue Tracking) I know both are really good. For now, I won't connect it with SVN or Git. (It may happen later) The main purpose is issue ...
3
votes
1answer
107 views

Release numbering in a git workflow

I've come across the following excellent blogpost on a git workflow model that works with release, develop, feature and bugfix branches: http://nvie.com/posts/a-successful-git-branching-model/ It ...
3
votes
15answers
643 views

Are there any really simple and usable issue tracking systems?

Looking for an uber-simple issue/bug tracking system, as simple as possible. It's just going to be for me to keep track of freelance web development projects. Everything I've found has way too much ...
3
votes
2answers
303 views

Should we use a bug tracking system to track evolving requirements?

I am currently using Mantis to track bugs on my projects and I like it. Using special categories etc, I use Mantis also for tracking new project requirements. I don't feel comfort with this workaround ...
3
votes
1answer
682 views

Jira Conventions and Best-Practices

I have been using Jira since 6months but haven;t been through any document related to various options available and how to use them for maximum output. There must be some conventions that help in ...
3
votes
8answers
427 views

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

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 ...
3
votes
1answer
465 views

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

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; ...
3
votes
2answers
70 views

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 ...
3
votes
3answers
325 views

How do you use Edgewall's Trac?

We've been using Edgewall's Trac and a plethora of Trac-Hacks to manage a large development project. It serves as a front-end to our SVN repository, it is our project wiki, and we've progressively ...
3
votes
8answers
841 views

Is there a way to run Trac offline?

I'd like to download the Trac database so I can view its tickets offline. Is there anyway to achieve this? I.e. if I need to leave the office and bring my laptop with me, how can I bring the tickets ...
3
votes
6answers
246 views

What is the best way to cater for users reporting bugs?

ok, Bugzilla would scare the willies out of the average end-user. Even things like Mantis are a little spooky for the uninitiated. What method, web package (preferred), interface, whatever can I ...
3
votes
3answers
290 views

How should bug tracking and help tickets integrate?

I have a little experience with bug tracking systems such as FogBugz where help tickets are issues are (or can be) bugs, and I have some experience using a bug tracking system internally completely ...
3
votes
4answers
5k views

Integrate TortoiseSVN with Redmine

I'm trying to integrate Redmine with TortoiseSVN, but I was not able to do that because TSVN always gives me this error" "There are no issue-tracker providers available." I have made these ...
2
votes
1answer
42 views

How can I reference a commit in an issue comment on github?

I find a lot of answers on how to reference a github issue in a git commit (using the #xxx notation). I'd like to reference a commit in my comment, generating a link to the commit details page?
2
votes
1answer
48 views

git svn dcommit bug id

One of the new features of SVN is issue tracker integration. These let you add commit hooks to make SVN parse log messages for bug or issue numbers, and relate them to your issue tracking system. ...
2
votes
4answers
69 views

Tips for a easy and great svn integrated issue tracking system

Hey Im looking for some tips for a good and easy to install easy to use SVN integrated issue tracking system. We are maybe 3 friends looking for something much simpler to install, like double click ...
2
votes
2answers
104 views

Listing all builds of a Jira project performed by Bamboo

I have recently integrated my Jira Server (4.3.x) with my Bamboo Server (3.1.x) and Subversion server (Collabnet 1.6.x). When I click on the build tab of a project on Jira, it only lists those builds ...
2
votes
1answer
162 views

Migrate Bugzilla Issues to github Issue Tracker

I would like to migrate all my Bugzilla issues to an Issue Tracker at github.com (Example) (you get an issue tracker per repository). 1) Are there tools out there? 2) How did you do it? Thanks for ...
2
votes
3answers
483 views

Send email to custom user field on change, in JIRA issue tracker?

We have custom user fields (ie 'Business Analyst', 'Developer', etc.) in JIRA, and we would like to be able to send an email to those users when they are assigned to one of those fields. I have ...
2
votes
4answers
191 views

Is there any free hosted project management (or at least issue tracker) site for private projects?

We are a virtual team (team members at different locations) of 7 members. We are planning to start a new project in our personal/weekend time. The project is not open source (at least as of now). I am ...
2
votes
1answer
326 views

Intellij IDEA plugin for YouTrack

I got interested in YouTrack and thought I should give it a go since apparently it has good integration with IDEA. I've setup the tasks server in IDEA, but what now? How can I view the list of all ...
2
votes
1answer
455 views

Git Integration to The Bug Genie?

I've set up the bug tracker The Bug Genie for use in one of my developer groups and so far, most things have been pretty easy to get working. Now, I'd like to make use of their Git integration. ...

1 2 3 4