Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Your Issues/Pull Requests #1265

Closed
Sherlouk opened this issue Dec 16, 2017 · 4 comments
Closed

Your Issues/Pull Requests #1265

Sherlouk opened this issue Dec 16, 2017 · 4 comments
Labels
🆕 feature request A feature being requested to be added, not yet approved

Comments

@Sherlouk
Copy link
Member

GitHub has the following two pages:
https://github.com/pulls
https://github.com/issues

These show all of your open pull requests and issues irrespective of their repository, would be nice if we could surface this somehow (maybe as an extension to user profiiles #317 if it's my profile?)

@Sherlouk Sherlouk added the 🆕 feature request A feature being requested to be added, not yet approved label Dec 16, 2017
@BasThomas
Copy link
Collaborator

I recall there not being APIs for this, but not sure... 🤔

Sent with GitHawk

@Sherlouk
Copy link
Member Author

@BasThomas v4 request outputs the same information as https://github.com/issues (Haven't checked v3, but we'd want v4 anyway 😉)

query {
  viewer {
    issues(first: 10, orderBy: { field: CREATED_AT, direction:DESC }) {
      nodes {
        ... on Issue {
          title
        }
      }
    }
  }
}

@benguild
Copy link

One option for this would be to be able to bookmark specific queries, not just entire repos. — For example, with pull requests and issues:

is:open assignee:benguild

... I often type this manually in, but this seems avoidable if bookmarks supported jumping directly to this screen.

This was referenced Nov 27, 2018
@rnystrom
Copy link
Member

rnystrom commented Dec 2, 2018

Tracking in #2413

@rnystrom rnystrom closed this as completed Dec 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🆕 feature request A feature being requested to be added, not yet approved
Projects
None yet
Development

No branches or pull requests

4 participants