Forum Discussion
surendra-p
Dec 03, 2024Copper Contributor
Can we integrate azure board in java application for retrieving projects, work items operations
I want to integrate the azure board in my spring boot java application to fetch the projects, iterations,work items. does azure provide the sdk for it so i can use that jar and integrate this kind of...
balasubramanim
Dec 04, 2024Iron Contributor
Azure does not have a dedicated SDK for Azure Boards, but the REST API provides all necessary functionality. You can integrate it seamlessly into your Spring Boot Java application using REST clients or Azure Core SDK.
Reference URL: https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.2