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

Some features of this plugin no longer work with the recent changes to api.github.com #202

Closed
ghost opened this issue Jun 24, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 24, 2015

On June 24th, GitHub made some breaking changes to the api. See https://developer.github.com/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/

I am currently using the Jenkins GitHub Oauth plugin which uses the getMyOrganizations method defined at https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GitHub.java#L333

Unfortunately this method relies on the API endpoint https://api.github.com/users/orgs which no longer works.

@Suirtimed
Copy link

👍

@ncolton
Copy link

ncolton commented Jun 25, 2015

Ah… this might explain the problems we've been having at work, which started yesterday.

@kohsuke
Copy link
Collaborator

kohsuke commented Dec 1, 2015

According to https://developer.github.com/v3/orgs/#list-your-organizations , this API still exists. It just needs additional oauth scope.

I could be missing something, but IIUC, there's nothing this library can do, and the impact needs to be addressed by the calling app.

@kohsuke kohsuke closed this as completed Dec 1, 2015
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

3 participants