Create Azure DevOps Items

Learn how to automatically create Azure DevOps work items when dbt™ runs fail in Bolt. This integration helps data teams track and respond to pipeline failures efficiently by connecting Bolt's pipeline monitoring with Azure DevOps' work item management system.

What You'll Get

When a run fails, Bolt automatically creates an Azure DevOps work item containing:

  • Issue title with schedule name

  • Description including:

    • Link to Paradime run logs

    • Run details: Run ID, Start and end time, Commands executed, Branch information, etc.

Key Benefits for Data Teams

Prerequisites for Azure Devops Integration


Getting Started

Set up Azure DevOps work item creation for failed runs. Follow the steps below, and watch our interactive tutorial.

Step 1: Gather Your Azure DevOps Information

  1. Get Organization and Project Names:

    • Open your Azure DevOps project

    • From the URL https://dev.azure.com/YOUR-ORG-NAME/YOUR-PROJECT-NAME:

      • Copy your organization name (YOUR-ORG-NAME)

      • Copy your project name (YOUR-PROJECT-NAME)

  2. Get Organization and Project Names:

    • In Azure DevOps, go to User Settings and select Personal Access Tokens

    • Create a new token with work item permissions

    • Save this token securely

Need help generating Access Tokens? Follow Azure Devops official documentation.

Step 2: Configure the Webhook

  1. From the Bolt home screen, go to Templates

  2. Click Ticketing and use the Create Azure DevOps Work Item template

  3. Enter your Azure DevOps credentials:

    • Organization Name

    • Project Name

    • PAT Token

  4. Click "Connect"

Step 3: Test the Integration

  1. Run a Bolt schedule manually (the webhook triggers only on failed runs)

  2. After the run fails, check your Azure DevOps project for the new work item

  3. Verify the work item contains run failure details

Last updated

Was this helpful?