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.27k stars 5.51k forks source link

Ability to view all issues assigned to a user at org-level #28177

Open eeyrjmr opened 1 year ago

eeyrjmr commented 1 year ago

Feature Description

At repository level you are able to filter issues based upon Assignee. It would be extremely useful for team reviews with multiple repositories to perform a similar filtering at org-level across all repositories. Presently only sorting can be done at org-level issue view based upon newest, oldest etc... while repo level can sort AND filter (label, project, author, assignee, type)

http://192.168.0.1/ORG/REPO/issues vs http://192.168.0.1/ORG/issues

Screenshots

No response

lng2020 commented 1 year ago

More background: The issue overview page(http://{host}/org/{org name}/issues) examines the issues related to you at the org level. Its underlying search engine does have some fields like assignee or project, but the routing layer has set those fields automatically, like assignee: currentUser.ID. I think this page ideally can search with keywords such as assignee: xxx just like GitHub. However, there are other codes that rely on the search engine which are not easy to decouple.

coolbombom commented 7 months ago

i really think this a missing feature too. I had to move a users issues to another user. Really annoying i had to got into all repo to move the issues instead of just having the overview off all issues on org level for that user.