Parent Field SyncKeep Azure Boards child work items aligned with their parents, without managing PATs or hosting a separate service. Parent Field Sync adds a native Azure Pipelines task that copies one or more fields from direct parent work items to selected child work item types. It supports scalar values used by text, picklist, numeric, boolean, date, GUID, custom, and tag ( Highlights
Example
Place the task in a scheduled YAML pipeline to keep the project synchronized at the interval you choose. After reviewing a dry run, set Recommended patternKeep editable business fields such as Process, Customer, and Workstream on the parent. Synchronize them into dedicated child reporting fields such as Put synchronized fields in a dedicated Parent information or Reporting group on the Task form. If you make them read-only for normal users, exempt the pipeline's build-service identity because Azure DevOps also enforces field rules through REST API updates. See Example uses and recommendations for complete mappings, safe read-only rule setup, picklist guidance, reparenting, and reconciliation examples. Before the first runThe project build service identity must be allowed to view and edit work items. We recommend starting with For full setup, clearing behavior, limits, and troubleshooting, see the documentation. |