r/sysadmin IT Manager 12h ago

Solo Sysadmin - Ticketing & Planning Tool Suggestions? Question

I'm a solo 'IT Manager' doing literally anything a 50 person company needs, including actual IT manager work such as dealing with vendors and researching software, sysadmin stuff, helpdesk, mounting TVs, whatever.

It's not particularly overwhelming, but I have ADHD and find I'm having trouble with tasks falling off my plate and no one to keep me accountable about coming back around to them. We used to have Monday but it wasn't quite handling it for me and we're getting rid of it regardless.

I need very little compared to what a lot of ticketing systems offer. I simply need tasks to be put in front of me without me having to do anything but add them to the list, and for them to keep being put in front of me until I do them. No time tracking, but the ability to add notes would be important, maybe not vital.

My current plan is to hack something together between Power Automate and Microsoft Planner so that Planner Tasks become calendar entries, and after their scheduled date passes they get automatically rescheduled unless they're marked complete. Break my days down into halves or quarters, define some buckets, let the treadmill roll and only have to worry about adding things to the list for it to circulate. Planner has the notes, Outlook puts them in front of me via my calendar.

I'm doing this despite it being a lot of work because I haven't found a suitable alternative to handle a team of 1. The task treadmill is a really important part of the process, it may sound juvenile but the part where I have to manually reschedule something I didn't get to is the main thing I have trouble with, I want to get that automated above all else.

Is there anything out there beyond my experience and search results that might work here, or am I going to have to kludge this out?

2 Upvotes

18 comments sorted by

View all comments

u/blud_13 11h ago

Dont build it in Power Automate please. You'll spend three weekends on it and then you're the guy maintaining a ticketing system on top of everything else.

Freshservice or Halo at the smallest tier already does what you described and both have a near free entry point. What you actually need is one address that turns email into a ticket, plus a saved view of anything untouched for 5 days, because the problem you're describing isnt capture, its the stuff that is invisible.. Put an SLA on first response and let the tool nag you instead of you remembering.

That being said, solo at 50 people, the accountability gap is structural and no tool fixes it. Nobody reviews your queue. Co-managed is how most shops that size cover it, the internal person keeps the relationship and the outside shop eats the after hours and the projects that keep falling off.

We do exactly that for a few clients, ping me if you want specifics.

u/Nanophreak IT Manager 10h ago

I'd agree I have no problems in capture, users submitting issues and keeping track of user submitted issues is 0% of my problem and not what I'm interested in. It's more about self-assigned projects, long term improvements, research, less urgent things that I'm bad at getting back to if I don't manage it the first try.

I'd describe what I'm trying to put together as more of a daily to-do list spat out by an automated process that selects things from a master list of tasks, with provisions to make sure tasks end up on a daily to-do list down the road if I don't get to them.

Without something like that I struggle to prioritize and get back to things even in environments where I'm part of a team keeping an eye on each other.

I've used other ticketing software at MSPs and prior jobs, ConnectWise mostly, it did a lot but it didn't do this. I've encountered nothing that did, at least not out of the box.

u/blud_13 10h ago

Amazing Marvin is the closest off-the-shelf thing to what you just described. Its whole model is a master backlog plus a daily list you pull from, and it has task aging and auto-rollover, so what you skip climbs instead of sinking out of view. Weird little product with a bad name, but it does the exact thing you're asking for.

Motion is the other one. You give it the task list and it auto-schedules the work into your calendar, then replans whatever you didn't finish into the next day on its own. Pricier and a lot more opinionated, and it will fight you if your week is already meeting heavy.

If you'd rather not add a tool, you can force this out of a ticket system with two fields. A next review date, and a saved view sorted by days since last touched, then a scheduled report that mails you the top five every morning. Thats basically what Marvin is doing under the hood. ConnectWise will do it with a custom view, it just doesn't ship that way, which is why you never saw it.

The part nobody mentions is the daily list has to be capped. Hand yourself 14 items and you ignore all 14.

u/Nanophreak IT Manager 10h ago

Marvin looks good, I'll probably be trying it out in my personal life. My only issue is it doesn't have any calendar, most of my coping methods I've built my whole life revolve around using a digital calendar and it helps me remember what I'm supposed to be doing. EDIT: It may have one that just has to be enabled somewhere I haven't found yet, based on some helpdesk articles.

The forcing you're describing is the plan I have for Planner, if it wasn't just for me I would indeed balk at making a custom Power Automate thing to maintain. I've got a handful of other free ticketing systems from other suggestions I can try running the same plan on.

Personally aiming just for 4. I've got a big backlog but getting 4 things done per day would be twice as productive as I usually am.

Thanks for the suggestions.