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

Update to work with Azure DevOps Server 2020 #112

Open
squillman opened this issue Nov 6, 2020 · 2 comments
Open

Update to work with Azure DevOps Server 2020 #112

squillman opened this issue Nov 6, 2020 · 2 comments

Comments

@squillman
Copy link

squillman commented Nov 6, 2020

I have recently installed ADS 2020 on-premises and needed to have mail integration to an Exchange mailbox; exactly as mail2bug provides. However, the current codebase is too old for ADS 2020.

I forked the repository to try and get it working. I found that all it took was to update the projects to .NET 4.6.2 and to update the nuget packages to the latest versions. After that I was able to successfully integrate mail2bug with ADS 2020. (For .NET I just stuck with the minimum version supported by latest version of the nuget packages).

I was going to create a pull request, but I wasn't sure if that was something desirable on this repository or if there were plans for a different project to support ADS.

Is this change (updating to work with ADS 2020) something that would be appropriate for this project?

@davisjr
Copy link
Member

davisjr commented Nov 18, 2020

@squillman pull requests are indeed welcome! For the long term, we should look at moving to the REST APIs but we should still keep things functional until then. We just need to make sure backward compatibility is not broken (or at least be aware what’s broken if that’s unavoidable). Do you still have an older server where the updates can be verified?

Would also be helpful if you can share details of what happened when you tried to connect to the newer server. We haven’t seen any issues with ADO, though.

@Nisse123
Copy link

I can confirm that Mail2bug works with Azure Devops on-premises, I just compiled it for .Netframework 4.8 and followed the installation guide. Is this repo maintained, if so I can create a pull request.

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