keon94 commented on issue #5692:
URL: 
https://github.com/apache/incubator-devlake/issues/5692#issuecomment-1649929313

   @Feggah There is no special config. Is this a private repo?
   Try this for troubleshooting (which is what the backend code does). Use 
POSTMAN or curl using your Azure devops token to:
   1. Call `GET 
https://dev.azure.com/${YOUR_ORG_NAME}/${YOUR_PROJECT_NAME}/_apis/serviceendpoint/endpoints`.
 Look in the returned JSON for the field `type`, and make sure you see 
`GitHub`, and the field `id` for it.
   2. Call `GET 
https://dev.azure.com/${YOUR_ORG_NAME}/${YOUR_PROJECT_NAME}/_apis/sourceProviders/GitHub/repositories?serviceEndpointId=${ID_FROM_ABOVE}`
 and see if your github repo is in there.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to