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
45.09k stars 5.49k forks source link

Filter not-assigned issues #11009

Open gruo opened 4 years ago

gruo commented 4 years ago

Description

It would be good if there is a possibility to filter for all not already assigned issues. In repositories with many issues we keep the issues open until the PR got merged, so if many PRs are pending, the issue list is full with issues assigned to some persons which are typically done. (They get closed automatically once the PR is merged.)

So as maintainer I would like to filter all issues which are not assigend yet, to get all tasks without any progress. This would be good.

tyroneyeh commented 2 years ago

Maybe this PR can help you

https://github.com/go-gitea/gitea/pull/20047

j123b567 commented 4 months ago

Resolved by #24707