Work Item DependenciesAdds a Dependencies group to every work item form showing two-way dependency relationships in a native-style linked list. What is added on installation
FunctionalityThe panel shows two sections: Depends on — work items whose IDs are listed in this item's Depended on by — work items that list this item's ID in their own The list is read-only. Adding or removing dependencies is done by editing the Dependencies field on the work item directly. Azure DevOps pre-requisitesA custom plain-text field with the reference name The field should contain work item IDs separated by commas, semicolons, spaces, or pipe characters. For example:
Contact your Azure DevOps process administrator to create the custom field and add it to the relevant work item type layouts if it does not yet exist. ConfigurationNone. The extension reads from the custom Dependencies field automatically once the field is present. The panel can be removed from specific work item types from Project Settings → Process → [Type] → Layout. Privacy and data storageThis extension does not store any data. It reads the Dependencies field value from the current work item and fetches the referenced work items live from the Azure DevOps API each time the form is opened. Permissions
Questions, ideas, or bugs?Open an issue on GitHub — we would love to hear from you. |