Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.87 KB

index.md

File metadata and controls

41 lines (28 loc) · 1.87 KB
ms.subservice ms.topic title description ms.assetid monikerRange ms.author author ms.date
azure-devops-ecosystem
conceptual
Integrating custom apps and third party services with Azure DevOps
Overview of integrating with Azure DevOps.
c9b97ad7-ffd8-4657-8322-74f764eec5c9
<= azure-devops
chcomley
chcomley
01/27/2025

Integrate applications

[!INCLUDE version-lt-eq-azure-devops]

You can build custom applications or services that integrate with Azure DevOps by using the REST APIs to make direct HTTP calls, or use our .NET Client Libraries.

Along with interacting with Azure DevOps in your application, you can also integrate with popular non-Microsoft services such as Slack or Jenkins.

To get started, see the following articles:

Integrate applications with Azure DevOps

Integrate Azure DevOps with other tools and services to not only enhance team collaboration but also streamline workflows across the software development lifecycle. Whether you're building custom integrations or using off-the-shelf services, it's essential that you understand the prerequisites.

Prerequisites for integration

Before you start the integration process, ensure you have the following items:

  • Access: Ensure proper permissions and use secure authentication.
  • API knowledge: Understand Azure DevOps REST API and the target tool API.
  • Data mapping: Identify and align fields and data types between systems to ensure compatibility in field names, formats, and value ranges.
  • Network and connectivity: Ensure your network supports API calls, webhook notifications, and connectivity between Azure DevOps and self-hosted tools.

Resources