Reputation: 23084
github only list top several issues I posted or commented, so I'm wondering how to search for the rest of them myself, of all issues that I myself participated.
Upvotes: 22
Views: 2059
Reputation: 3010
I achieved this by putting is:issue involves:my-username
in GitHub search.
This chapter from official docs can be really helpful GitHub Help: Searching issues and pull requests.
Upvotes: 31
Reputation: 4464
There isn't an officially supported way to do that yet. See issue: https://github.com/isaacs/github/issues/283.
However, in the Notification Settings, there is an option called "Include your own updates" which is unchecked by default.
If you check that, Github will send you an email for every comment/PR you make. Now you can use appropriate email filters/labels to make sure it doesn't clutter your email. Then searching for the issue you commented reduces to a problem of searching your email, which if done correctly, is much efficient.
Upvotes: 1
Reputation: 312219
Converting my comment to an answer - once you're logged in, navigating to https://github.com/issues will show all your issues (categorized to open and closed ones).
Upvotes: 0