delivered — dev work complete, proof condition not yet verified. done stays reserved for verified proof. Nothing else crosses the seam.
Setup
Import the blueprints
From the repo:
pb-to-azure-devops and azure-devops-to-pb. In Make: Create a new scenario → ⋯ → Import Blueprint.Create the webhooks
In each scenario, open the first module and create a new custom webhook. Copy both URLs.
Fill the placeholders
Scenario A (PB → Azure DevOps): your org/project in the URL and a Basic auth value —
base64(:personal-access-token) (note the leading colon; PAT needs Work Items read/write). Scenario B: your ProductBrain API key (Settings → API Keys).Point Azure DevOps at Make
Project Settings → Service hooks → Create subscription → Web Hooks → Work item updated, URL = Scenario B’s hook.
How the linkage works
The Feature’s description carries a marker line:Why delivered, not done?
A completed ticket is a claim that work is finished. A ProductBrain job is a proof condition — something observable in the deployed product. The integration records the claim (delivered); verifying the proof and marking done stays with you or your agent.
Verified with live Make scenarios against payloads in Azure DevOps’ documented service-hook shape; the first run on your org is the final validation.

