RequestTracker
-
Never seen it before.
-
I'm looking for an open source helpdesk/ticket system and RT is an option. With a lot others, old and new players:
https://osticket.com/
http://www.faveohelpdesk.com/
https://helpy.io/
http://handesk.io/
etc.As far as I have been able to understand, RT is the most configurable of all of them.
The problem is: Too much to do and so little time -
i use the free version www.freshdesk.com at home. I don't know how ti compares to these others but its nice for me. i use it to keep track of all home issues like changing vents, fire alarms, and any problems that come up so I have documentation and details about everything.
-
@dave_c open source a requirement? I think in this day and age, hosted, not open, is more of what makes sense <-- although this opinion is also very self serving.
-
@scottalanmiller
I need self hosted, open source; above my pay grade -
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
-
@scottalanmiller said in RequestTracker:
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
It all depends on what you need.... as discussed in another thread, we're using osTicket internally and I'm not a fan, but it all depends on your organization's needs from a ticketing system and what you might want it to interact with outside of ticketing.... Keep in mind the reporting aspect though, both from a IT configuration / maintenance perspective as well as the manager(s) who will no doubt want insights into productivity etc
-
@notverypunny said in RequestTracker:
@scottalanmiller said in RequestTracker:
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
It all depends on what you need.... as discussed in another thread, we're using osTicket internally and I'm not a fan, but it all depends on your organization's needs from a ticketing system and what you might want it to interact with outside of ticketing.... Keep in mind the reporting aspect though, both from a IT configuration / maintenance perspective as well as the manager(s) who will no doubt want insights into productivity etc
We use customer SQL queries to pull osTicket data into LibreOffice Calc and massage it for reporting from there. That's how much of a pain it is.
-
@scottalanmiller said in RequestTracker:
@notverypunny said in RequestTracker:
@scottalanmiller said in RequestTracker:
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
It all depends on what you need.... as discussed in another thread, we're using osTicket internally and I'm not a fan, but it all depends on your organization's needs from a ticketing system and what you might want it to interact with outside of ticketing.... Keep in mind the reporting aspect though, both from a IT configuration / maintenance perspective as well as the manager(s) who will no doubt want insights into productivity etc
We use customer SQL queries to pull osTicket data into LibreOffice Calc and massage it for reporting from there. That's how much of a pain it is.
If it's the same reporting every week, what's keeping you from making those reports a new web page?
-
@scottalanmiller said in RequestTracker:
@notverypunny said in RequestTracker:
@scottalanmiller said in RequestTracker:
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
It all depends on what you need.... as discussed in another thread, we're using osTicket internally and I'm not a fan, but it all depends on your organization's needs from a ticketing system and what you might want it to interact with outside of ticketing.... Keep in mind the reporting aspect though, both from a IT configuration / maintenance perspective as well as the manager(s) who will no doubt want insights into productivity etc
We use customer SQL queries to pull osTicket data into LibreOffice Calc and massage it for reporting from there. That's how much of a pain it is.
One of our guys found this: https://mydbr.com/
-
GLPI has a request/ticket system and additional functions.
https://demo.glpi-project.org/ -
@black3dynamite
Being ITIL it feels too big for my needs. But I may take a look@notverypunny
I feel like somehow I hijacked your post, I apologize@all
Lets go back to RequestTracker -
@travisdh1 said in RequestTracker:
@scottalanmiller said in RequestTracker:
@notverypunny said in RequestTracker:
@scottalanmiller said in RequestTracker:
@dave_c said in RequestTracker:
@scottalanmiller
I need self hosted, open source; above my pay gradeNo good options that we've ever found, then. osTicket is what we use and qualifies under what you said, but we don't like it.
It all depends on what you need.... as discussed in another thread, we're using osTicket internally and I'm not a fan, but it all depends on your organization's needs from a ticketing system and what you might want it to interact with outside of ticketing.... Keep in mind the reporting aspect though, both from a IT configuration / maintenance perspective as well as the manager(s) who will no doubt want insights into productivity etc
We use customer SQL queries to pull osTicket data into LibreOffice Calc and massage it for reporting from there. That's how much of a pain it is.
If it's the same reporting every week, what's keeping you from making those reports a new web page?
Could, but could break with an update.
-
One of my dreams is to make a ticketing system on Tryton.
-
@flaxking said in RequestTracker:
One of my dreams is to make a ticketing system on Tryton.
That's cool, so many options with using Tryton.
-
@flaxking said in RequestTracker:
One of my dreams is to make a ticketing system on Tryton.
How do they not have one already, they have so much!
-
@black3dynamite said in RequestTracker:
@flaxking said in RequestTracker:
One of my dreams is to make a ticketing system on Tryton.
That's cool, so many options with using Tryton.
Tryton is actually the reason why I chose Python to be the first programming language I learned. But then I got a job in development a lot sooner than I expected and haven't been putting time into any personal projects.
-
@scottalanmiller said in RequestTracker:
@flaxking said in RequestTracker:
One of my dreams is to make a ticketing system on Tryton.
How do they not have one already, they have so much!
Someone did create a 'helpdesk' module, but as far as I could tell it was basically just fetching emails via imap and displaying them, not turning them into some kind of ticket
-
@flaxking said in RequestTracker:
@scottalanmiller said in RequestTracker:
@flaxking said in RequestTracker:
One of my dreams is to make a ticketing system on Tryton.
How do they not have one already, they have so much!
Someone did create a 'helpdesk' module, but as far as I could tell it was basically just fetching emails via imap and displaying them, not turning them into some kind of ticket
I just took a peak at the source code for it, and it looks like it should actually be more than that. Maybe I hadn't given it a good enough go when I loaded it up before. Perhaps it could be fork worthy.
-
Also have a look at https://zammad.org/ free / opensource. They also do a paid hosted version.