How do I see all my Github issues for all my projects?
I was asked this at a WordCamp by someone who had seen my ‘how to get into Github’ series with Carrie Dils.
If you’re tracking the WordPress forums, https://wordpress.org/support/view/plugin-committer/YOURID
will list all of the support requests and reviews for any plugin you have commit access.
Not a comitter, just someone listed as an author? Use https://wordpress.org/support/view/plugin-contributor/YOURID
But Github? Turns out it’s super easy!
https://github.com/search?q=is%3Aissue+is%3Aopen+user%3AYOURNAME&type=Issues
Basically you can go to the Github Search Page and put inis:issue is:open user:ott42
and you’ll see them all! There’s no RSS feed mind you but you do get emails for all those so you should be okay.
Comments
2 responses to “Mailbag: Can I Track Issues with Github Like WP Support?”
Sweet tip, Mika!
I’ve got one that’s unrelated to tracking WP stuff, but let’s you see all open tickets assigned to you across all projects in order of most recently updated.
https://github.com/issues/assigned?q=sort%3Aupdated-desc+is%3Aopen
Niiiice!