Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Boards>Work Item Dependencies
Work Item Dependencies

Work Item Dependencies

Neo Fintech Lab

|
2 installs
| (0) | Free
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.
Get it free

Work Item Dependencies

Adds 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

  • A Dependencies group on work item forms

Functionality

The 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-requisites

A custom plain-text field with the reference name Custom.Dependencies must exist in your Azure DevOps process before the extension can display anything. The field is not created by this extension.

The field should contain work item IDs separated by commas, semicolons, spaces, or pipe characters. For example:

1234, 5678, 9012
1234; 5678
1234|5678|9012

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.

Configuration

None. 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 storage

This 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

Permission Reason
Read work items Read the Dependencies field value from the current work item and fetch the details of each referenced work item

Questions, ideas, or bugs?

Open an issue on GitHub — we would love to hear from you.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft