Home > Blockchain >  Managing issues across multiple github repositories
Managing issues across multiple github repositories

Time:10-27

I am managing issues and projects in multiple GitHub repositories within a GitHub organization. Each repository has its own project and project board. However, I'm looking for a tool or product to get an overview of multiple projects/repositories in one view.

In addition, it would be nice to be able to make changes in this overview that is applied to the GitHub issue/project.

I´ve found a product CodeTree (https://codetree.com/guides/managing-issues-across-multiple-github-repositories) which seems to target this task/issue. However, I would like to reach out and see if there are alternatives?

CodePudding user response:

You can use Jira for project management and issue tracking. It has a GitHub integration, enabling you to attach a branch or a PR to an issue.

CodePudding user response:

It turns out ZenHub is a great alternative, doing the exact thing I'm looking for. CodeTree was a bit unstable in my opinion.

  • Related