go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.52k stars 5.44k forks source link

Custom issue views (filters) #3409

Open ShalokShalom opened 6 years ago

ShalokShalom commented 6 years ago

I like to use different translation pages for the issues, so I can track them down in a multi-language environment.

lafriks commented 6 years ago

Moving discussion here: why just not to use labels language/de, language/en for issues etc?

ShalokShalom commented 6 years ago

Because its confusing: Imagine dozens of languages in one repo.

lafriks commented 6 years ago

Why not use multiple repositories than? I just don't really understand use case probably

ShalokShalom commented 6 years ago

Because its the same software?

lafriks commented 6 years ago

Might be worth than create option to create views that you can define with auto filters and automatic labels when creating new issue. Than I think my proposed labels would work out just fine in this use case?

ShalokShalom commented 6 years ago

Yes, that sounds super.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.

silkentrance commented 3 months ago

Might be worth than create option to create views that you can define with auto filters and automatic labels when creating new issue. Than I think my proposed labels would work out just fine in this use case?

Looks more like issue templates, e.g. file an issue against the italian localization etc. which would then automatically set the label locale/it and possibly others? Or better yet, require the user to choose a specific locale from the set of available labels.