Suggestion for decent, free, ticketing with simple needs?
-
As already mentioned, it sounds like this is a solution for your boss, not your company. She wants a way to track tickets that she sends you. could instead of using this new thing, just make sure she puts the word ticket in the subject line of every ticket to you, then search email for those...
-
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
As already mentioned, it sounds like this is a solution for your boss, not your company. She wants a way to track tickets that she sends you. could instead of using this new thing, just make sure she puts the word ticket in the subject line of every ticket to you, then search email for those...
Definitely. I'd rather she just send an email and put "TICKET: ........" in the subject line.
She has a weird way of thinking. The reason she wants this just for her to send just to me is because she literally does not want anybody else in the office to send me work/tickets/requests/etc, for some flippin reason. She wants to vet or approve all requests for me to do stuff. Like if Bob downstairs can't print, she doesn't want Bob to just send me an email or call me and tell me the printer won't work. No, she wants Bob to call HER and then SHE will assign me a ticket to fix Bob's printer.
Why? I haven't the foggiest. Because she must want Bob to be without a printer for the longest possible time. Since she isn't even in the office half the day, Bob has to track her down, get in the request, then she has to go to my "tickets" and add one to fix Bob's printer. All the while he can't print while we play musical chairs.
Frankly I'd rather Bob just tell me something doesn't work, and then I fix it, and then I create a record of the job somewhere, if she really wants these issues tracked.
I guess in her mind, these "tickets" will give her a historical "view" into my general day to day tasks. But on the other hand, she told me to my face she really only wants to be able to assign me very general high-level projects that might be months out.So....
-
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
There needs to be no "public" interface of any kind, just the login for employees.
If you are having that issue, it means that you have exposed the wrong directory in your web server, I think. Instead of pointing the web browser to the root of the install, point it to the scp directory. I think that is what you want.
Well that didn't work after all. By assigning a different folder as the web root, it threw off all the internal paths of the app. Just got PHP errors and stuff.
I ended up doing a simple htaccess redirect of the root URL to the /scp subfolder. It works just fine. Based on my poking around, the root URL isn't used for anything, and all our work happens in the /scp folder.
-
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
As already mentioned, it sounds like this is a solution for your boss, not your company. She wants a way to track tickets that she sends you. could instead of using this new thing, just make sure she puts the word ticket in the subject line of every ticket to you, then search email for those...
Definitely. I'd rather she just send an email and put "TICKET: ........" in the subject line.
She has a weird way of thinking. The reason she wants this just for her to send just to me is because she literally does not want anybody else in the office to send me work/tickets/requests/etc, for some flippin reason. She wants to vet or approve all requests for me to do stuff. Like if Bob downstairs can't print, she doesn't want Bob to just send me an email or call me and tell me the printer won't work. No, she wants Bob to call HER and then SHE will assign me a ticket to fix Bob's printer.
Why? I haven't the foggiest. Because she must want Bob to be without a printer for the longest possible time. Since she isn't even in the office half the day, Bob has to track her down, get in the request, then she has to go to my "tickets" and add one to fix Bob's printer. All the while he can't print while we play musical chairs.
Frankly I'd rather Bob just tell me something doesn't work, and then I fix it, and then I create a record of the job somewhere, if she really wants these issues tracked.
I guess in her mind, these "tickets" will give her a historical "view" into my general day to day tasks. But on the other hand, she told me to my face she really only wants to be able to assign me very general high-level projects that might be months out.So....
Sounds like either a) she doesn't trust you or b) she's looking for ways to give herself value to the company. Who is she in the organization? CEO? If yes, damn, she's wasting her time micromanaging you like that. But if she's in charge of the helpdesk, well that's her job.
-
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
There needs to be no "public" interface of any kind, just the login for employees.
If you are having that issue, it means that you have exposed the wrong directory in your web server, I think. Instead of pointing the web browser to the root of the install, point it to the scp directory. I think that is what you want.
Well that didn't work after all. By assigning a different folder as the web root, it threw off all the internal paths of the app. Just got PHP errors and stuff.
I ended up doing a simple htaccess redirect of the root URL to the /scp subfolder. It works just fine. Based on my poking around, the root URL isn't used for anything, and all our work happens in the /scp folder.
If someone knows a specific path, can they get around your htaccess redirect?
-
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
There needs to be no "public" interface of any kind, just the login for employees.
If you are having that issue, it means that you have exposed the wrong directory in your web server, I think. Instead of pointing the web browser to the root of the install, point it to the scp directory. I think that is what you want.
Well that didn't work after all. By assigning a different folder as the web root, it threw off all the internal paths of the app. Just got PHP errors and stuff.
I ended up doing a simple htaccess redirect of the root URL to the /scp subfolder. It works just fine. Based on my poking around, the root URL isn't used for anything, and all our work happens in the /scp folder.
If someone knows a specific path, can they get around your htaccess redirect?
Get around it by going directly? Yes, they can get around it. But only to where it was already sending you.
-
Think of it like "hacking" the highway construction. Left lane is closed in one mile, and the signs force you to merge into the right. Could you "bypass" the merge by just driving in the right lane from the beginning. Yes, of course. But we don't really think of that as "working around" it, it's just going to the right place in the first place.
-
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
Think of it like "hacking" the highway construction. Left lane is closed in one mile, and the signs force you to merge into the right. Could you "bypass" the merge by just driving in the right lane from the beginning. Yes, of course. But we don't really think of that as "working around" it, it's just going to the right place in the first place.
OK, just double checking that someone can't bypass any of the security you want/think you want.
-
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
@scottalanmiller said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
There needs to be no "public" interface of any kind, just the login for employees.
If you are having that issue, it means that you have exposed the wrong directory in your web server, I think. Instead of pointing the web browser to the root of the install, point it to the scp directory. I think that is what you want.
Well that didn't work after all. By assigning a different folder as the web root, it threw off all the internal paths of the app. Just got PHP errors and stuff.
I ended up doing a simple htaccess redirect of the root URL to the /scp subfolder. It works just fine. Based on my poking around, the root URL isn't used for anything, and all our work happens in the /scp folder.
If someone knows a specific path, can they get around your htaccess redirect?
Get around it by going directly? Yes, they can get around it. But only to where it was already sending you.
Even if they do go to any other URL that isn't /scp/, I've still got the requirement to be logged in to do anything.
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
As already mentioned, it sounds like this is a solution for your boss, not your company. She wants a way to track tickets that she sends you. could instead of using this new thing, just make sure she puts the word ticket in the subject line of every ticket to you, then search email for those...
Definitely. I'd rather she just send an email and put "TICKET: ........" in the subject line.
She has a weird way of thinking. The reason she wants this just for her to send just to me is because she literally does not want anybody else in the office to send me work/tickets/requests/etc, for some flippin reason. She wants to vet or approve all requests for me to do stuff. Like if Bob downstairs can't print, she doesn't want Bob to just send me an email or call me and tell me the printer won't work. No, she wants Bob to call HER and then SHE will assign me a ticket to fix Bob's printer.
Why? I haven't the foggiest. Because she must want Bob to be without a printer for the longest possible time. Since she isn't even in the office half the day, Bob has to track her down, get in the request, then she has to go to my "tickets" and add one to fix Bob's printer. All the while he can't print while we play musical chairs.
Frankly I'd rather Bob just tell me something doesn't work, and then I fix it, and then I create a record of the job somewhere, if she really wants these issues tracked.
I guess in her mind, these "tickets" will give her a historical "view" into my general day to day tasks. But on the other hand, she told me to my face she really only wants to be able to assign me very general high-level projects that might be months out.So....
Sounds like either a) she doesn't trust you or b) she's looking for ways to give herself value to the company. Who is she in the organization? CEO? If yes, damn, she's wasting her time micromanaging you like that. But if she's in charge of the helpdesk, well that's her job.
I really don't know, but having stayed here and watched 15 other employees come and go, I've heard many many remarks about her personality and way of handling management. For example, one time on a Sunday our webhost was hacked by a bot that hit the entire hosting company. It was like 2am. People out of the country were texting my boss so they began calling/texting me at like 3 in the morning. Of course, I didn't get those messages cause I like sleep. I didn't really fix the problem until the host fixed their end, then I fixed our end, some time around noon.
Well wouldn't you know it, on Monday I got scolded for not obeying an "IT rule" of having a 4 hour turnaround time on the weekend. A "rule" they literally invented just before calling me in to the office for black marks. I'll never forget that, being scolded for a rule they invented after the event in order to punish me.This kind of management circus happens all the time. I guess I've learned to ride the waves.
This dance of trust/micromanagement is ongoing with ALL employees. One day she'll complain about having to do too much and tells us to take responsibility and just do things. But another day she freaks out cause we do things and she wasn't informed to "approve" it for us. It's a continuous dance that always puts employees in the wrong, while giving her leverage and control.
She can verbally tell someone to do something a certain way, but a week later if she doesn't like how it works, she'll claim she would never have told us to do things in that bad way, it's our fault for not having her approve it. It's damn near bipolar. Employees stand up to her and say YOU TOLD ME to do it this way, and she says "I NEVER DID". Well guess who wins the he-says-she-says game?But this thread isn't about that
-
why do you still work there?
-
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
why do you still work there?
We should probably split some of this off to another thread.
-
@Dashrender said in Suggestion for decent, free, ticketing with simple needs?:
why do you still work there?
I like the work. Not always the people.
I'm in the market though.
-
@guyinpv said in Suggestion for decent, free, ticketing with simple needs?:
I already have an account on Freshdesk which is an actual ticketing system, but I have it set up more for public support at our ecommerce, not internal tickets.
Can you not just create another Freshdesk site and use that?
So have:
https://mysite1.freshdesk.com (public)
https://mysite2.freshdesk.com (internal)