Adds a work item section that reads a delimited list of work item IDs from a custom 'Dependencies' field and displays them as a native-style linked list.
Adds a Dependencies group to the work item form that reads a delimited list of numeric work item IDs from the custom field Custom.Dependencies and renders those work items in a native-style list.
What it displays
Each referenced work item is shown as a row containing:
Type badge — coloured using the work item type's defined colour
ID — links directly to the work item
Title — links directly to the work item, truncated if long
State — shown as a small label
Assigned To — display name when set
Field format
The Custom.Dependencies field should contain work item IDs separated by any combination of commas, semicolons, spaces, or pipe characters. Examples:
1234, 5678, 9012
1234; 5678
1234|5678|9012
Requirements
The custom field Custom.Dependencies must exist in your Azure DevOps process. The field reference name must match the constant defined at the top of src/wi-dependencies.ts.