-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to list issues for entire org. #199
Comments
iirc Github has an endpoint for it but Gitlab doesn't, or vice versa. I'd need to check to confirm. Did you want this as a new command or a change to the current? |
Change to the current, for example i can get all issues for twitchplays by doing .issue list tp |
Another part of this( a easier part to lay some foundations ) would to also repoaliases for orgs. e.g gl cmpc > https://gitlab.com/controlmypc or gh vfl > https://github.com/Voxel-Fox-Ltd/ |
Exact Gitlab endpoint: https://docs.gitlab.com/ee/api/issues.html#list-group-issues Closest GitHub endpoint: https://docs.github.com/en/rest/reference/issues#list-organization-issues-assigned-to-the-authenticated-user Seems as if this is only something I can reasonably do with Gitlab, unless I duplicate the behaviour maybe. |
There may not be a endpoint, but it's worth a shot
The text was updated successfully, but these errors were encountered: