Hacker News new | ask | show | jobs
by jarjoura 3967 days ago
My biggest pet-peeve about GitHub is its issue tracker system. It's great for one-off issues or tracking a pull-request, but beyond that its design is super unwieldy. Such a missed opportunity to crush JIRA, et. al.
1 comments

What do you miss the most or find cumbersome or unusable?
- Issues that span multiple projects

- Searching all issues for an organization

- Voting on issues (not just :+1:)

- Public issues for private repos

- Attaching files (repros, necessary files, etc.)

- Dependencies/links

- Priority (you can label priority but not sort by it)

- Metrics of any kind

Check out ZenHub -

https://www.zenhub.io/

It adds these features to improve the GitHub Issue tracker directly into GitHub.com, allowing you to:

- Display issues on a task board by priority and progress - Attach any file type to an issue - Add estimates and view burndown charts / metrics attached to them - +1 issues to avoid excess comments - Improved search functionality - Link repos together to view issues that span multiple projects

Without having to context switch out to a separate issue tracker or UI

----

Disclosure - I work at ZenHub, and use it with GitHub all day :D