microsoft / mail2bug

Mail2Bug is a service that creates work-items in TFS (incl. VS Online) from an email, and keep the items updated with responses on the thread.
Other
174 stars 108 forks source link

TFS Connection failed when trying to connect Azure DevOps Services #93

Open liching001 opened 5 years ago

liching001 commented 5 years ago

My organization has setup a dry run on migrating existing collection from on premise TFS to Azure DevOps Services. Previously we had setup our server to host this mail2bug program, I setup another new configuration to point to this Azure DevOps URL in the same server, but I hit the following error: TFS connection attempt failed. Exception: Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException: TF30063: You are not authorized to access https://dev.azure.com/my_organization_collection_name.

May i know is there any special setup on the configuration for the authentication or credential part when moving to Azure DevOps Services?

martinwoodward commented 5 years ago

Probably needs recompiled against the very latest update of VS2017 as that had the fix in it to be able to connect to the new style URL's. Does it still work if you use your my_org.visualstudio.com URL?