Work Item DependenciesAdds a Dependencies group to every work item form, reading a list of work item IDs from a custom Dependencies field and displaying those work items in a native-style linked list. What is added on installation
FunctionalityThe work items referenced in the Dependencies field are displayed in a list. 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:
The panel can be removed from specific work item types from Project Settings → Process → [Type] → Layout. 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. |