Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Change request/trouble ticket system in Java

  • 26-03-2008 9:13am
    #1
    Registered Users, Registered Users 2 Posts: 1,127 ✭✭✭


    Anyone know of a good open source (pref Java) trouble ticket system or change management system?

    Something easily customisable? I dont have time to do one from scratch.

    Thanks
    Stephen


Comments

  • Moderators, Science, Health & Environment Moderators Posts: 10,088 Mod ✭✭✭✭marco_polo


    One of these may do the job for you, most of these tyes of systems such as Bugzilla seem to be perl or PHP based but a few are in java. TBH I have never used either of them but no harm downloading them to see if they can do what you need.

    http://jtrac.info/

    http://sourceforge.net/projects/itracker


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    Why is java a requirement/preference? Is it for customisation reasons?

    Anyway...not Java, but still good : http://www.mantisbt.org/


  • Registered Users, Registered Users 2 Posts: 2,534 ✭✭✭FruitLover


    RT is a popular perl-based ticket system, if that's any use to you


  • Registered Users, Registered Users 2 Posts: 995 ✭✭✭cousin_borat


    I know its not open source but JIRA is far superior to anything I've used in the past. It's good value as well considering the price of the euro against the dollar as well.


  • Closed Accounts Posts: 1 bmuriithi


    Hi Smcelhinney,

    Did you get an open source in java for the change request.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 375 ✭✭unknownlegend


    If it doesnt strictly have to be Java or open source for that matter I'd second someone's recommendation of JIRA (http://www.atlassian.com/software/jira/). Very easy to use, very customizable, and generally just very good. Customized workflows and the dashboard's I find particularly useful.


  • Moderators, Technology & Internet Moderators Posts: 1,336 Mod ✭✭✭✭croo


    I like Trac myself (or one of its agile variants). It's open source but not Java - Python I think. But it is
    * straight forward to use,
    * includes a wiki, which I find very useful for capturing all sorts of things from requirements to just notes on project structures etc,
    * it integrates with SVN (switching to mercurial now so I need to see how it manages that)
    * the bit I really like is it integrates with MyLyn in Eclipse. So from Eclipse the developer can see what is assigned to them. Log time worked from there, attach mylyn contexts which are very useful. They can also linked the SVN commit with the closing of the ticket all from within Eclipse.

    Now I know Jira and others can do all that too because it's mostly the integration of ticketing, svn & mylyn that is doing all the good stuff, but Trac is very easy to setup and get going in comparison. If you do need to define complex process flow with regard to your ticketing then something like Jira can do it all (even if it is very developer orientated), but if you need something straight forward and flexible Trac is an excellent option.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    +1 for trac


  • Registered Users, Registered Users 2 Posts: 183 ✭✭selfdiy


    +1 for trac also, a little bit of effort involved in installing it though


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    selfdiy wrote: »
    +1 for trac also, a little bit of effort involved in installing it though
    Especially on windows. At least from my experiences :)


  • Advertisement
  • Moderators, Technology & Internet Moderators Posts: 1,336 Mod ✭✭✭✭croo


    Webmonkey wrote: »
    Especially on windows. At least from my experiences :)
    Everything is a pain the ass to setup in windows in my experience! :)
    You could try a VM/Virtual Applicance - there are a few around the web I think.
    If you practice agile/scrum you might want to check out Agilo from Agile42. Based on Trac - they do sell services but the app is completely open source still and I am pretty sure they provide a VM. They will also host it for you .. which is I guess how they make money.


  • Registered Users, Registered Users 2 Posts: 9,579 ✭✭✭Webmonkey


    Yep everything is a disaster on Windows if it isn't designed for it. I use Linux myself though but unfort stuck with Windows servers at work :(


Advertisement