Azure DevOps Board Ingestion Source

See the Connector Marketplace topic. Please request your administrator to start a trial or subscribe to the Premium Azure DevOps Board connector.

Azure DevOps Board data source reads the objects from the Boards service of Azure DevOps.

Data Source Configuration

Connection Name: Connections are the service identifiers. A connection name can be selected from the list if you have created and saved connection details for Azure DevOps Board earlier. Or create one as explained in the topic - Azure DevOps Board Source Connection β†’

Use the Test Connection option to ensure that the connection with the Azure DevOps Board channel is established successfully.

A success message states that the connection is available. In case of any error in test connection, edit the connection to resolve the issue before proceeding further.

WIQL Search Type: The options available in WIQL Search Type are:

Query

It can be selected to read the desired data from Azure DevOps by providing WIQL query.

Parameter

It can be selected to read data from specific projects, work item types, start date, end date and fields.

If the preferred option is Query, an additional field for providing query will be displayed.

Query: WIQL query to be executed in Azure DevOps.

Example:

select System.TeamProject,System.WorkItemType from workitems where System.TeamProject=β€˜test2’ AND System.WorkItemType=β€˜epic’

If the preferred option is Parameter, then proceed by updating the following fields.

Project Name: Project name(s) should be selected to read data from the available user projects. Select IN to include or NOT IN to exclude the selected project names.

Work Item Type: Work Item Type(s) should be selected to read data from the available user Work Item Types. Select IN to include or NOT IN to exclude the selected Work Item Types.

Expand String: The expand parameter for the Work Item attributes.

At present, only fields are supported.

Fields: Option to read data from the selected fields. The fields displayed in this parameter are specific to the projects selected above.

Add Configuration: Additional properties can be added using this option as key-value pairs.

Schema

Check the populated schema details. For more details, see Schema Preview β†’

Advanced Configuration

Optionally, you can enable incremental read. For more details, see Azure DevOps Board Incremental Configuration β†’

Top