Create Azure DevOps Items
Last updated
Last updated
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.
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.
Existing Bolt schedule
Admin access to Azure DevOps and access to: Organization Name, Project Name, and Personal Access Token (PAT)
Set up Azure DevOps work item creation for failed runs. Follow the steps below, and watch our interactive tutorial.
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
)
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.
Click Ticketing and use the Create Azure DevOps Work Item template
Enter your Azure DevOps credentials:
Organization Name
Project Name
PAT Token
Click "Connect"
Run a Bolt schedule manually (the webhook triggers only on failed runs)
After the run fails, check your Azure DevOps project for the new work item
Verify the work item contains run failure details