Skip to content
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

kanban: feature request: Organize issues by label #14814

Open
Bl4ckT0ny opened this issue Feb 26, 2021 · 0 comments
Open

kanban: feature request: Organize issues by label #14814

Bl4ckT0ny opened this issue Feb 26, 2021 · 0 comments

Comments

@Bl4ckT0ny
Copy link

  • Gitea version (or commit ref): 13.3.2
  • Git version: N/A
  • Operating system: N/A
  • Database (use [x]): N/A
  • Can you reproduce the bug at https://try.gitea.io: N/A
  • Log gist: N/A

Description

It would be great if we can organize issues by it's labels. Now developer should change issue's status label then go to project and move issue to the next board.

This feature is implemented in many collaboration systems such as gitlab, jira.

Proposal solution

  • Add submenu Labels to board's "three dots" ... menu
  • Open popup window
    • List of linked labels with ❌ button to unlink label
    • Drop-down list of available labels which is not linked to any boards of project
  • Show issues on board filtered by it's labels.
  • Unmatched issues are placed on "Backlog"/"Uncategorized" board
  • There is an options how to resolve "Issue label hell" (multiple labels which matches multiple boards filter are linked to issue):
    • Show issue on multiple boards if it has multiple labels linked to different boards (ugly but easy)
    • Show issue on first (in order of boards) board which matches the issue label (preferred)
    • Show special board with label-conflicted issues (unusable)
    • Hide conflicted issues (non-intuitive)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants