kasancode / gitbucket-label-kanban-plugin

A GitBucket plugin for Kanban style issue management.
Apache License 2.0
46 stars 8 forks source link

Multi projects board #7

Open demon101 opened 5 years ago

demon101 commented 5 years ago

I have few active projects, and sometimes I really missed of a global overview of current issues from different projects.

Showing all projects issues on one board can solve this case

kasancode commented 5 years ago

This issue is difficult to implement. Because, lanes (labels, milestones, priorities, assignee) are different in each repository.

Although not kanban board, you can list up all issues by "issues" link at the top of the page.

aadrian commented 5 years ago

duplicate of https://github.com/kasancode/gitbucket-label-kanban-plugin/issues/5

@kasancode I understand that it's difficult, but the main problem ist the the concept of a GitHub/GitBucket "project" is not really a project but more a "module" of a project - because GIT does a too high fragmentation. Because of this, issues are on the Git Repo level, when they' should be on the "org" level. The current approach might make sense for some open source projects, but for most commercial ones it does not (hence why so many use JIRA or some other alternative).

Because, lanes (labels, milestones, priorities, assignee) are different in each repository.

In an "org"/group they should not be at all different.

kasancode commented 5 years ago

I was misunderstanding #5. ( I thought it meant the group page or group lane in every repository)

I understand your request. umm... I will consider about these issues.

demon101 commented 5 years ago

@aadrian yes, I agree

"project" is not really a project but more a "module" of a project - because GIT does a too high fragmentation.

Currently we have 4 different repositories for one project

kasancode commented 5 years ago

Related #5.

Please check v.3.0. You can brows all issues related to the User or Group in the summary board.

The Summary board is read-only so far.

aadrian commented 5 years ago

@kasancode version 3.x looks simply fantastic with boards on Group and Global level!

Now we need a way to be able to define the lanes globally too, in order to have consistent Group and Global reporting :) .