About Microsoft
Microsoft is the world's largest enterprise technology company and a dominant force in cybersecurity, with a security portfolio spanning identity, endpoint, cloud, and threat intelligence solutions trusted by organizations worldwide. From Azure Active Directory to Microsoft Sentinel and Defender, Microsoft's security ecosystem is a foundational layer in enterprise security programs across every industry. Teams looking to integrate with Microsoft or build a Microsoft security integration can use Synqly to connect Microsoft security services and signals with their broader security operations platform through a unified, normalized API layer.
To learn more about this integration, check out the Microsoft technical docs.
About the Azure DevOps Boards Integration
Azure DevOps Boards is Microsoft’s agile project and work-item tracking service, part of the Azure DevOps suite, that helps engineering and security teams plan, track, and discuss work across sprints, backlogs, and Kanban boards. Organizations already standardized on Azure DevOps rely on Boards as their system of record for tracking bugs, vulnerabilities, and remediation tasks alongside regular development work. As Synqly’s Ticketing provider, Azure DevOps Boards enables security platforms to create and manage work items programmatically through a normalized connector, so findings can be routed directly into the same boards engineering teams already use.
Integration Use Cases
Create Attachment
[beta: currently supported by Jira] Creates an `Attachment` for the ticket with id `{ticketId}` in the token-linked `Integration`.
Create Comment
Creates a comment on the ticket matching {ticketId} from the token-linked Integration.
Create Ticket
Creates a `Ticket` object in the token-linked Integration.
Delete Comment
Deletes the comment matching {commentId} form the ticket matching {ticketId} from the token-linked Integration.
Download Attachment
[beta: currently supported by Jira] Downloads the Attachment object matching {attachmentId} for the Ticket matching {tickedId} from the token-linked Integration.
Get Ticket
Returns a `Ticket` object matching `{ticketId}` from the token-linked `Integration`.
List Attachments Metadata
[beta: currently supported by Jira] Returns metadata for all Attachments for a `Ticket` object matching `{ticketId}` from the token-linked `Integration`.
List Comments
Lists all comments for the ticket matching {ticketId} from the token-linked Integration.
List Projects
Returns a list of `Projects` from the token-linked `Integration`. Tickets must be created and retrieved within the context of a specific Project.
List Remote Fields
List all remote fields for all Projects in a ticketing integration. The response will include a list of fields for each issue type in the ticketing provider.
Patch Ticket
Updates the `Ticket` object matching `{ticketId}` in the token-linked `Integration`.
Query Tickets
Returns a list of `Ticket` objects from the token-linked `Integration`.