-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Global kanban with filters #26456
Comments
Org-level kanban boards are already possible with Gitea, but not the filter options and similar. Could you please rephrase your feature proposal accordingly? |
How can I do an Org level kanban board? Only thing I've been able to do, is to make a project directly under org - and then a kanban board for that. Then I can have ONLY ONE project and assign all issues to that project - for it to show up on that kanban board. This way, you can have your per project kanban board (and some users may only have access to that) - but managers f.ex. - can use the org-level board with filtering - and view f.ex. one users tasks status - across all projects. The filtering is the same as "the existing swimlanes" feature request - which is useful both for "per project" kanban boards and for a org level/global project-wide kanban board. |
such a kanban view - would have to pull "all possible columns" - from all projects - to show their state in a global kanban view.. and that might just make it fairly useless.. especially as gitea does not seem to map "columns" - to a seperate "issue flow" structure.. which it really should to clean this up. |
a usecase we would like to support is this: alternatively one COULD add "user" filter to the org level users view (its missing that) - to atleast be able to see all issues - but then its not aligned with the status display (kanban columns) that kanban does so well. |
So you mean that you have sort of an issue dashboard for the whole organisation, which by default displays issues from every project, and then can be filtered to display e. g. issues by assignee? |
@denyskon yes - and I just had one of my employees make a PR to enable just that filtering in global issues #26661 - but that does not show "how far along" each of the issues shown are.. This is something the Kanban board does well.. (with swimlanes as its called for kanban board -which gitea does not have yet, to show only 'issues assigned to user X'). We want issues to stay with the repo they are about.. and we enjoy that we can have a kanban board for each - but we also need a global view. For now we're going to try to assign ALL issues to SAME project (but different milestones - as milestones belong to either org or repo) . |
This sounds like that what is implemented in GitLab. In parent group you can see all the issues from nested repositories and subgroups with their repositories in a form of the list or the kanboard. But gitlab is very heavy and complicated to setup 😅. |
Feature Description
I think it would be great if gitea had a "org level kanban" - that could list issues from ANY project within the org - with issue filtering on so one could f.ex. "list issues from 1 particular project".. OR from a "parent project" - which has subprojects (f.ex. view all 'internal tasks - no matter which subproject they were in) - or filter on "assignee" - so one can see all ones tasks and their "status in kanban flow" across any project..
This is actually our main hiindrance from using only gitea for tasks and planning
Screenshots
No response
The text was updated successfully, but these errors were encountered: