xpt
xpt

Reputation: 23084

github, how to search issues I posted or commented

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

Answers (3)

kchomski
kchomski

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

Nikhita Raghunath
Nikhita Raghunath

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

Mureinik
Mureinik

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

Related Questions