list of all issues/PRs of all owned repos #1659

Closed
opened 2025-11-02 04:08:43 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @ghost on GitHub (Mar 28, 2018).

Description

list of all issues of all owned repos

from a blog article Flexible issue management

Like many open source developers I use GitHub to publish my work. It comes with a built-in issue tracking system, however, it isn’t that great.
The main issue - no pun intended - I have with it is that there is not an easy way to see all open issues and pull requests on all repositories you have.

I can hardly give a better description of the issue.

apologies if this is already possible and I've missed it, thanks

Originally created by @ghost on GitHub (Mar 28, 2018). ## Description `list of all issues of all owned repos` from a [blog article Flexible issue management](https://foonathan.net/blog/2018/03/15/issue-management-trello-ifttt.html) > Like many open source developers I use GitHub to publish my work. It comes with a built-in issue tracking system, however, it isn’t that great. The main issue - no pun intended - I have with it is that there is not an easy way to see all open issues and pull requests on all repositories you have. I can hardly give a better description of the issue. apologies if this is already possible and I've missed it, thanks
Author
Owner

@Pofilo commented on GitHub (Mar 28, 2018):

<insert host>/pulls?type=your_repositories&repo=0&sort=&state=open
<insert host>/issues?type=your_repositories&repo=0&sort=&state=open

Do you mean something else ?
Those are obtained through the top bar: Issues and PR.

Edit: We can find the same stuff in Github.

@Pofilo commented on GitHub (Mar 28, 2018): `<insert host>/pulls?type=your_repositories&repo=0&sort=&state=open` `<insert host>/issues?type=your_repositories&repo=0&sort=&state=open` Do you mean something else ? Those are obtained through the top bar: `Issues` and `PR`. _Edit: We can find the same stuff in Github._
Author
Owner

@ghost commented on GitHub (Mar 28, 2018):

thanks it's great in gitea; still can't find it in GitHub but thanks anyway!

@ghost commented on GitHub (Mar 28, 2018): thanks it's great in gitea; still can't find it in GitHub but thanks anyway!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#1659