-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Project boards / kanban: Support for organization-level boards #13405
Comments
I would also benefit for an issue board that is at the Organization level. This will allow issues to be reference by multiple sub-repositories within the organization. |
One reason, why i still prefer gitlab (beside the good ci integration) |
A handy usecase written out on a seperate issue (#20203) copied here may be useful; Imagine the usecase of an organization that uses a shared library git repo as well as a couple of application repositories which all get released at the same time. A new feature could be a "project" and that might touch multiple repositories in such an organization and while issues can have dependencies this doesn't solve the issue of having a nice overview of all the issues across all the repositories. Similarly, a milestone could be used to identify all the remaining issues for "the next release", which covers multiple repositories. It would be very useful to list all the issues assigned to this milestone in an organization and not having to go to each repo where this is duplicated. |
projects are structured in backend already ... just need some work in go code and frontend templates ... |
lunny did got it first :D #22235 |
Fix #13405 <img width="1151" alt="image" src="https://user-images.githubusercontent.com/81045/209442911-7baa3924-c389-47b6-b63b-a740803e640e.png"> Co-authored-by: 6543 <6543@obermui.de>
Description
Hi, the new Project feature is wonderful, a huge thanks to everyone who helped develop it.
As part of the big #8346 PR there was some support for organization boards and user boards (if a project is
OrganizationType
), but it's not exposed in the UI as far as I can tell (e.g. see also #11293 (comment) ).I think the most recent status is from this comment: #8346 (review)
This issue is a feature request to track exposing organization board support in the UI,
The text was updated successfully, but these errors were encountered: