Search code examples
azure-devopssharepointpower-automatepowerapps

Sharepoint Issue Tracker connection with Azure Devops bugs


I'm looking to create a Power Automate flow that connects Azure DevOps bugs (work items) to a SharePoint issue tracker list. The flow should trigger when a bug is created or modified in Azure DevOps. It will retrieve bugs, create or update corresponding items in SharePoint, and ensure synchronization between the two platforms. User should be able to view and modify bug details like priority or status directly from the SharePoint list interface.

Additionally, I may set up flows triggered by changes made in SharePoint to update corresponding bugs in Azure DevOps.

Maybe someone has done something like this or similar?

Any guidance, screenshots or examples on how to achieve this would be greatly appreciated!


Solution

  • As of now, there is no built-in functionality to synchronize the Azure DevOps work items with SharePoint list items. You may take references to the following templates and my sample Power Automate workflows as a workaround.

    Based on your requirement and description, I generated a simple SharePoint list like below, each of whose columns were designed to map with the Azure DevOps work item fields (Title, ID, State, Priority).

    enter image description here

    1. The Azure DevOps connecter in Power Automate is a premium connecter, which requires a premium license but is included in the 90-day free trial;
    2. The bugs which are not in the SharePoint list cannot be created via the workflow2; for this, you may consider exporting the existing bugs from Azure DevOps into the SharePoint list first;
    3. The workflows could work when modifying the bugs/items in web UI, but seem not working with bulk creating/editing via csv import.
    4. Please test the workflows with your test environment before integrating with your production one.