GitHub issues is great, until and unless you work for a company that doesn't allow 3rd party access to the Org where all your repos live. I want and need a one-stop shop for my Kanban board and I could accomplish this using GitKraken Boards for instance, but because of where I work, they disallow GitKraken access to my repo issues. So now, managing a dozen or more repos with an issue tracker for each one separately,…
GitHub Issues-only project management
111–120 of 125 posts
Re: GitHub Issues-only project management
#112Earlier quoted context omitted.
The open source company im at uses Github Issues/Projects exclusively for project management, and I'm not a fan, though I do think it's the least worst option - using any other system would require a really weird and bad way to sync the issues that are reported publicly. Github just lacks the few necessary to do project management well, I think. I would love a "backlog view" for Github Projects.
You could just create a column and or use label called backlog.
Re: GitHub Issues-only project management
#113I wish GitHub would let you add issue only users. That is users who have access to the issues tracker but not to the code.
Re: GitHub Issues-only project management
#114Nope. Having worked in a shop that used GitLab issues for project management, I've come to realize GitHub-style issue trackers work if all your project management boils down to creating and tracking bite-sized blobs of work. It stops being sufficient when you need to actually plan ahead . FWIW, so does Trello. Couple reasons why: - Issues are flat. Work breaks down into a tree. And no, "epic / ticket / checkboxes in…
Re: GitHub Issues-only project management
#115Tangent, but: > or the macOS “Sticky Notes” app that somehow still exists in 2021 Why isn’t Sticky Notes just a view into a particular folder in Notes.app, anyway?
Notes.app can hold so much more than would work in a sticky. Whole embedded PDFs in the middle of a note, images, tables.
Re: GitHub Issues-only project management
#116I wish GitHub would let you add issue only users. That is users who have access to the issues tracker but not to the code.
This thread is about issue only GitHub repos being used for project management.
Re: GitHub Issues-only project management
#117`Microsoft To Do` works great as an issues-only repository that syncs well between multiple users and devices, integrates with Outlook (flagging an email automatically imports an issue) and has i.e. excellent native desktop and mobile apps. Once I started using Microsoft To Do, the way that I ran my life/business scheduling became 10-fold more efficient. Any recurring tasks or issues, be it daily, weekly, annually, c…
I believe a lot of vocal fans of Wunderlist were upset with how it all went down and didn’t want Microsoft To Do. So there’s lots of internet vocal negativity toward the app possibly.
Re: GitHub Issues-only project management
#118I wish. I’m at Big Corp where key project collaborators and stakeholders are wildly non technical and there’s no way to use GitHub issues. They mostly use only email. What is a more accessible alternative? I’ve been trying google docs. Thoughts?
https://meta.discourse.org/t/running-a-project-or-team-using...
Re: GitHub Issues-only project management
#119Having run several engineering teams (15-20 people), I used this approach extensively. It meant one less place to go and one less tool to use. I liked this approach so much, I also wanted to use Github Issues for internal and external customer support instead of having another help desk tool involved. I created https://hubdesk.io/ as a side project to do this. Forward your support emails to HubDesk and it creates a G…
HubDesk looks nice. A couple of questions though: 1. Would I have control over the "From" name and address for emails that HubDesk sends to users? 2. Do email replies from users get added as comments on the issue? 3. When an issue is created, does HubDesk send a confirmation to the user so they can do follow-up replies even before the rep has done an outward-facing reply?
For #2, yes. You can go back a forth with the user just using commments.
For #3, that's also on my list to add.
Thanks for the feedback!
Re: GitHub Issues-only project management
#120Having run several engineering teams (15-20 people), I used this approach extensively. It meant one less place to go and one less tool to use. I liked this approach so much, I also wanted to use Github Issues for internal and external customer support instead of having another help desk tool involved. I created https://hubdesk.io/ as a side project to do this. Forward your support emails to HubDesk and it creates a G…
Not related but your landing page is good. May I know what template/how did you build it. Thanks