Search code examples
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.

  • Preferably from the oldest to the newest.
  • Preferably as a web interface so that I can open the hyperlinks to unassign if appropriate.

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:*