A multi-repository / multi-organization task board for GitHub issues.
Try out Wuffle or checkout features and philosophy to learn more about the tool.
Some key aspects separate Wuffle from the GitHub task board competition:
GitHub issues are the source of truth. We read and store columns, relationships, and everything else directly on GitHub. The only exception is issue order (not supported by GitHub, so far).
No projects, no cards. No secondary editing UI, no incomplete views on your backlog. Just issues, milestones, and labels, all the way.
Tight integration with the GitHub flow. Your issues move automatically across the board. The board is always up to date with things going on in development.
Publicly accessible. You can share your project status without restrictions. Applied board filters are shareable deep links. However, we do only display those issues to a visitor that she sees on GitHub, too. Would you like to see cards from your private repositories? Log in with your GitHub identity and see them pop up in the mapped column.
Hackable. Wuffle is open source, MIT licensed. Contribute to it to make it even better. Self-host it and stay the owner of your data.
Starting the board, including first-time setup if you have npm installed:
npx wuffle
Read the setup instructions for detailed explaination for the what and why.
Alternatively, start the app via Docker if you already configured it.