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