Reputation: 2282
This GitHub organization has (so far) 27 repositories in it. I'd like to be able to view them all at once instead of having to go, one by one, to each individual repository to see it's issues.
Upvotes: 8
Views: 3167
Reputation: 348
https://github.com/search?o=desc&q=org%3Ai2mint&s=created&type=Issues
This url searches for issues from i2mint and sorts by newest. This is the breakdown of the parameters
And all these can be adjusted from the UI.
Upvotes: 3
Reputation: 3181
GitHub provides advanced search. For your case, if you want to lookup all the details in one place for the particular i2mint
organization ,
Go to the GitHub advanced search link --> Enter i2mint
in the From these owners
field(it is usually the first field under section Advanced Options
) --> You can provide other filters too if you like to --> Hit Search --> A page will show up with all data grouped by categories in left pane. The one of interest to you in this case is the Issues
.
Upvotes: 8