Open eeyrjmr opened 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.
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.
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