When importing from Azure DevOps I'd like to filter the records to only those that are linked to another record. For example, only import features that are part of Epic A. This isn't supported in the import WIQL today.
Imran Ahmed
Feb 4, 2026
As part of our onboarding we require to integrate initiatives and all child epics of these initiatives. This is not possible at the moment and will involve a huge amount of manual work as we are looking to integrate a large number of initiatives.
Our use case is we need to filter an integration not only be Area and work item type, but "Parent contains" which means we need the filter to support the WIQL string workitemLinks.
As part of our onboarding we require to integrate initiatives and all child epics of these initiatives. This is not possible at the moment and will involve a huge amount of manual work as we are looking to integrate a large number of initiatives.
We also need to be able to add ADO WIQL for linked records. IE only import User Stories whose parent Feature lives in the same project as the Story. Here is the Microsoft documentation for the WIQL syntax for linked records - https://learn.microsoft.com/en-us/azure/devops/boards/queries/wiql-syntax?view=azure-devops#query-for-links-between-work-items
Our use case is we need to filter an integration not only be Area and work item type, but "Parent contains" which means we need the filter to support the WIQL string workitemLinks.