My GitHub Organization Is Not Listed

 

Organization Not Listed in CircleCI

If you cannot see your organization in the dropdown menu in the UI, please follow the steps below:

Check oAuth app access restrictions

Check to make sure CircleCI is enabled in your GitHub organization third-party app restrictions in your Organization Settings. You can read more about these restrictions on the GitHub docs page.

https://help.github.com/articles/about-oauth-app-access-restrictions/

 

Verify GitHub Permissions

You may also need to enable CircleCI on the individual application page. You can do so with the following steps:

  • Go to the Account Integrations page here: https://circleci.com/account
  • Click the blue check permissions link in the GitHub section, next to "Are you missing a GitHub Organization?".
  • This will take you to the app page on GitHub where you can grant permissions to CircleCI in the Organization Access section at the bottom.

 

 

Was this article helpful?
290 out of 529 found this helpful

Comments

1 comment
  • I couldn't get it working using these instructions. What I did was:

    - Go to CircleCi Account Integrations page: https://circleci.com/account
    - Click on the blue "Check permissions" link next to "Are you missing a GitHub Organization?"
    - This link will take you to a Circle CI page within GitHub that has this URL scheme: https://github.com/settings/connections/applications/CIRCLECI_APPID
    - In the "Organization Access" section in that link, click "Grant Access" next to the organization you'd like to add
    - Log out/in of Circle CI

    You should be able to see your org's projects!

    7

Article is closed for comments.