Skip to content
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

Open
fadedmax opened this issue May 23, 2021 · 4 comments
Open

Ability to list issues for entire org. #199

fadedmax opened this issue May 23, 2021 · 4 comments

Comments

@fadedmax
Copy link
Contributor

There may not be a endpoint, but it's worth a shot

@4Kaylum
Copy link
Member

4Kaylum commented May 23, 2021

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?

@fadedmax
Copy link
Contributor Author

Change to the current, for example i can get all issues for twitchplays by doing

.issue list tp
OR
.issue list gl/controlmypc/twitchplays
~~
Pretty much i want this, so you can create alises for entire orgs, or just give the other shortend version. so like;
.issue list cmpc
OR
.issue list gl/controlmypc/

@fadedmax
Copy link
Contributor Author

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/

@4Kaylum
Copy link
Member

4Kaylum commented May 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants