githubissue-trackinggithub-issues

List assigned issues of a GitHub project (assigned to anyone, not just me)


In a GitHub project, how to list all issues that are assigned?
I mean assigned to anyone, not just issues assigned to me.

Context

My GitHub project liberally assigns issues to newcomers, allowing them to quickly start working on an issue while avoiding duplicating work.

Problem: Half of the newcomers silently disappear without fixing the issue, letting the issue assigned and thus hidden from other contributors looking for an unassigned one.


Solution

  • In the Filters bar at the top of the Issues section, type is:open is:issue assignee:*