Devops: github repository import is failingIssue Once you enabled the DEVOPS plugin, you can connect to a source code repository and could import the Branches. But in cases even after proper discovery of the repo, you may not able to import the branches. If you trying to import from the Configured repository it is throwing the error : Error: Method failed: (//api/graphql) with code: 404 ReleaseOrlandoCauseSince this 404 is a generic error and is linked to resource error, there are few tweaks given by github itself while accessing the graphql api All auth options of GIT hubs are available here : https://developer.github.com/v3/auth/ Its more desirable to have a Personal Identification Token from GIT hub and could use the same as password under basic auth credentialsResolutionPlease make sure the "Connection URL" is configured as "https://api.github.com" only. The URL must not have a trailing backslash or any characters. Related Linkshttps://docs.servicenow.com/csh?topicname=dev-ops-landing-page.html&version=latest