Introduction

Azure DevOps board is used to create a task or work item with a pre-defined or custom work item template. It can consist of multiple different types of fields like Text, Multi Text, Drop Down, Identity (People Picker), and Date Time. If, as a developer, I need to extract all schema-defined drop-down values and need to sync with another system like the SharePoint Online List choice column.

I have divided this article into two parts,

  1. Extraction of Work Item Drop Down values using Power Automation
  2. Sync the extracted drop-down values with the SharePoint Online List Choice column.

Let's begin here with the creation of a work item and extraction using power automate.

Extract Devops Work Item Drop Down field value

Power Auotmate Steps

This is how the entire power automate looks like.

Extract Devops Work Item Drop Down field value

Let's execute the power automate to get the output.

Extract Devops Work Item Drop Down field value

Now, these extracted values can be synced with another system like SharePoint Online List, so both systems i.e. Azure DevOps and SharePoint Online List choice values, should be in sync without manually updating.

Hope you have learned something useful and stay tuned with the next part of the article i.e. Sync these values with SharePoint Online List Choice columns as schema values.