6

I've used TRAC for tracking bugs/issues for software development but it seems a bit complex for a typical desktop user. Is there anything better (open source) that would be simpler to use (than TRAC), aimed more at end users(not developers), and perhaps walk them through common scenarios?

HopelessN00b
  • 53,385
  • 32
  • 133
  • 208
Arnold Spence
  • 864
  • 1
  • 12
  • 17
  • 1
    This one was first, but in case the other won 'wins' in terms of good asnwers, this is a duplicate of: http://serverfault.com/questions/947/whats-a-good-open-source-or-free-ticket-tracking-system – Adam Davis Apr 30 '09 at 15:25

10 Answers10

6

Wikipedia has a Comparison of issue tracking systems

Sam Hasler
  • 301
  • 3
  • 13
4

At my current work we use Redmine. I don't know if that counts as "simpler", but it works well for us.

C. K. Young
  • 1,842
  • 16
  • 16
3

Non Software: I At a previous place of work that we use to work at, we used OTRS (http://otrs.org/) It is for a non-development environment (doesn't have fixed in build, found in build etc..). We set it up to authenticate against our windows AD.

What I like about OTRS is that it can integrate into Email AND Web. So users can email in a problem, it will open a ticket, and then you can log into a web interface and answer them back to their email. If the user wants to use a web interface 1/2 way through, they can... and everything that they emailed back and forth is stored as notes. Its all seamless to you and the user.

You can also have 'canned-responses' so you can email a user or put a note in a ticket without typing everything again.

OTRS also has a FAQ section, where you can put a 'how-to' section. It also can reg-ex certain words and put them automatically into different queues.

Software: for Software bug tracking, (the place that I am now) we use Mantis BT. I would say its very easy to use and setup, we authenticate against an openldap server.

user8881
  • 46
  • 1
2

Roundup is pretty good, and easily hackable with a bit of python knowledge.

pjz
  • 10,497
  • 1
  • 31
  • 40
2

check out JIRA, really good for help desk as well

BlackTigerX
  • 319
  • 1
  • 3
  • 8
  • I'd recommend this too. I believe they have free personal licenses as well for 5 users. – Joel Lucsy Apr 30 '09 at 23:09
  • We use Jira and it is fantastic for development projects.However I belive systems like RT are better suited to sysadmins.Still , Jira can be used for longer projects – Sergei Jul 04 '09 at 13:16
2

I'm currently using a product from a company that rhymes with "Bog Peak" at work for issue tracking. I like it. But not open source, so it doesn't answer your question.

I don't have anything to recommend from personal experience, but I can speak out against two earlier suggestions: Bugzilla is a nightmare for non-technical users, and Mantis is a steaming pile of usability fails. Not a fan of either at all.

I've heard good things about Trac and Lighthouse. (Although Lighthouse doesn't really qualify as open source, it does provide free options.)

Schof
  • 962
  • 1
  • 6
  • 10
2

BugZilla seems to be a popular choice.

Peter
  • 218
  • 2
  • 8
2

An alternative to Bugzilla/Redmine is Mantis Bug Tracker.

If yours developers are using Eclipse, you should take care of a good integration with Mylin, a wonderful eclipse plugin to access to yours bugs directly from Eclipse and also link source code to them.

I know that Bugzilla and Jira (very good but not open source) are currently supported.

paulgreg
  • 4,094
  • 6
  • 31
  • 32
1

If you haven't given up on the Trac approach, you might want to look at http://trac-hacks.org/wiki/SimpleTicketPlugin to hide some of the existing fields. Note also that if you remove all options from many of those fields, they'll vanish from the UI.

Also, with Trac 0.11, we have configurable workflows. While most often used to add more states to a ticket's path from "new" to "closed", you can reduce the workflow to the point that those are the only two states.

retracile
  • 1,260
  • 7
  • 10
0

One of the issues with most trackers is that they drive clients away on first sight. I highly recommend Snowy Evening, because it's just as powerful as these others but is also extremely easy to use for my clients:

http://snowy-evening.com

BotskoNet
  • 151
  • 1
  • 6