recommended trouble ticketing system

Ask a Question related to FreeBSD, Design and Development.

  1. #1

    Default recommended trouble ticketing system

    Hi,
    I'm looking for a software that we can use for
    trouble ticketing system. We are using Open Ticket
    Request System(OTRS) before but my superiors, told me
    that I can search for another better software for this
    purpose. Can you suggest me some of the trouble
    ticketing systems you have used before aside from OTRS
    and if there's any problem you have encountered using
    it or its advantages over OTRS. I did a quick search
    on google and freebsd ports and found Request
    Tracker(RT), also Trouble Ticket System from
    Freshmeat, and lastly WebTTS, but I'm having a hard
    time deciding which one to use. Suggestions are very
    much welcome.

    Thanks!



    __________________________________
    Do you Yahoo!?
    Yahoo! Mail - Find what you need with new enhanced search.
    [url]http://info.mail.yahoo.com/mail_250[/url]
    Mark Jayson Alvarez Guest

  2. Similar Questions and Discussions

    1. Which one is more recommended?
      I am talking about the rollover buttons. Within Director environment it is simple to create rollover buttons using bitmaps from cast window for...
    2. Trouble accessing the MS Access 'MSysObjects' system table through an ASP page
      Earlier on this board, I got a solution from Ray (thanks again) on how to run a querry to see if a table exists and it works fine in Access. But...
    3. recommended php ini
      Hi, I'd like to explicitly link to the recommended php.ini file. For a long time, this link worked: ...
    4. Trouble with no system sounds
      I support 30 desktop computers for my company. I have a new Dell one which has never played system sounds. It will play CD's. I went all through...
    5. recommended reading
      Hello all, I'm new to this group, and I was wondering if you folks had any specific books that you would recommend as being "extremely great" for...
  3. #2

    Default Re: recommended trouble ticketing system

    My favorite one is Kayako eSupport - [url]www.kayako.com[/url]
    Another popular one is Cerberus HelpDesk - [url]www.cerberusweb.com[/url]


    On Wed, 23 Feb 2005 01:16:15 -0800 (PST), Mark Jayson Alvarez
    <jay2xra@yahoo.com> wrote:
    > Hi,
    > I'm looking for a software that we can use for
    > trouble ticketing system. We are using Open Ticket
    > Request System(OTRS) before but my superiors, told me
    > that I can search for another better software for this
    > purpose. Can you suggest me some of the trouble
    > ticketing systems you have used before aside from OTRS
    > and if there's any problem you have encountered using
    > it or its advantages over OTRS. I did a quick search
    > on google and freebsd ports and found Request
    > Tracker(RT), also Trouble Ticket System from
    > Freshmeat, and lastly WebTTS, but I'm having a hard
    > time deciding which one to use. Suggestions are very
    > much welcome.
    >
    > Thanks!
    >
    > __________________________________
    > Do you Yahoo!?
    > Yahoo! Mail - Find what you need with new enhanced search.
    > [url]http://info.mail.yahoo.com/mail_250[/url]
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    >
    Pat Maddox Guest

  4. #3

    Default Re: recommended trouble ticketing system

    On Feb 23, 2005, at 3:16 AM, Mark Jayson Alvarez wrote:
    > Hi,
    > I'm looking for a software that we can use for
    > trouble ticketing system. We are using Open Ticket
    > Request System(OTRS) before but my superiors, told me
    > that I can search for another better software for this
    > purpose. Can you suggest me some of the trouble
    > ticketing systems you have used before aside from OTRS
    > and if there's any problem you have encountered using
    > it or its advantages over OTRS. I did a quick search
    > on google and freebsd ports and found Request
    > Tracker(RT), also Trouble Ticket System from
    > Freshmeat, and lastly WebTTS, but I'm having a hard
    > time deciding which one to use. Suggestions are very
    > much welcome.
    >
    > Thanks!
    I strongly recommend eGroupware, available in ports
    (/usr/ports/deskutils/egroupware). It does a lot more than TTS, but we
    use it for a few clients and they love it.

    HTH
    __________________________________________________ _____
    Eric F Crist "I am so smart, S.M.R.T!"
    Secure Computing Networks -Homer J Simpson

    Eric F Crist Guest

  5. #4

    Default Re: recommended trouble ticketing system


    RT is wonderful, it does an excellent job managing information and
    emails, and is very customizable. If you want it to display something
    it normally wouldn't, you can query it's MySQL db yourself to generate
    the reports/stats you're interested in, or even modify it's main page to
    display information a program you wrote collects.

    Tom


    Mark Jayson Alvarez wrote:
    > Hi,
    > I'm looking for a software that we can use for
    > trouble ticketing system. We are using Open Ticket
    > Request System(OTRS) before but my superiors, told me
    > that I can search for another better software for this
    > purpose. Can you suggest me some of the trouble
    > ticketing systems you have used before aside from OTRS
    > and if there's any problem you have encountered using
    > it or its advantages over OTRS. I did a quick search
    > on google and freebsd ports and found Request
    > Tracker(RT), also Trouble Ticket System from
    > Freshmeat, and lastly WebTTS, but I'm having a hard
    > time deciding which one to use. Suggestions are very
    > much welcome.
    >
    > Thanks!
    >
    >
    >
    > __________________________________
    > Do you Yahoo!?
    > Yahoo! Mail - Find what you need with new enhanced search.
    > [url]http://info.mail.yahoo.com/mail_250[/url]
    > _______________________________________________
    > [email]freebsd-questions@freebsd.org[/email] mailing list
    > [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
    > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    Tom Trelvik Guest

  6. #5

    Default Re: recommended trouble ticketing system


    (redirecting back to the list)

    I've not used specialized bug tracking software before, so I'm not sure
    what kind of bug tracking specific features they might offer, but RT is,
    as the name suggests, just a generic request tracking system, and I
    don't see why it couldn't also be used for bug tracking. Normal usage
    typically involves a user sending an email to an RT address (of your
    choice) to make a request (of any type). RT then sends an email to a
    list of people who are set to respond to that RT queue, one of them will
    then respond and "take" (ownership of) the ticket and when done, change
    the status to resolved (there are other allowable statuses, as well).
    When necessary, multiple people can get involved with a given ticket,
    and/or it can be redirected to someone else as needed.

    Tom


    dave wrote:
    > Hi,
    > Question on rt, is it a general bug tracking software package as well?
    > I'm looking for something like gnats which i have not been able to get
    > working or bugzilla which i do not like because it puts email cleartext on
    > the page. I've heard good things about rt, but don't know if it'll suit my
    > situation.
    > Thanks.
    > Dave.
    >
    Tom Trelvik Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139