GitHub – See List of Issues Reported by Me

github

I would like to see all the GitHub issues I've reported (across all repositories). How can I do that?

Best Answer

Actually you can search for issues across repositories by including the author:$author. Here is an example that searches for all issues created by me.

Search for your own issues by putting in your username instead: https://github.com/search?o=desc&q=author:[username]&s=created&type=Issues